Current progress: reactjs#4
- Leave code blocks untranslated. (It is usually OK to translate comments inside them.)
- Links to references (MDN, wikipedia) should go to the Spanish version.
- Use "tú" for the 2nd person singular.
Suggestion on words and terms:
| Original word/term | Suggestion |
|---|---|
| array | array |
| arrow function | función flecha |
| bug | error |
| Bundler | Bundler |
| camelCase | camelCase |
| callback | callback |
| controlled component | componente controlado |
| debugging | depuración |
| framework | framework |
| functional component | componente funcional |
| hook | hook |
| key | key |
| lazy initialization | inicialización diferida |
| library | biblioteca |
| lowercase | minúscula(s) |
| props | props |
| React element | Elemento de React |
| render | renderizar (verb), renderizado (noun) |
| state | estado |
| string | string |
| template literals | template literals |
| uncontrolled component | componente no controlado |