Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.09 KB

File metadata and controls

41 lines (32 loc) · 1.09 KB

Translation

Current progress: reactjs#4

Style Guide

  • 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.

Common translations

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