Skip to content

Commit 4901d6f

Browse files
klznsfjoshuajr
authored andcommitted
Add function and class component (reactjs#87)
* Add function and class component to glossary Following the changes made by the React team: reactjs#863. * Sort glossary
1 parent adf53d9 commit 4901d6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GLOSSARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ Suggestion on words and terms:
1515
| class | classe |
1616
| context | contexto |
1717
| controlled component | componente controlado |
18+
| uncontrolled component | componente não controlado |
1819
| debugging | depuração|
19-
| functional component | componente funcional |
20+
| function component | componente de função |
21+
| class component | componente de classe |
2022
| key | chave |
2123
| library | biblioteca |
2224
| lowercase | minúscula(s) |
2325
| package | pacote |
2426
| React element | Elemento React |
2527
| React fragment | Fragmento React |
2628
| render | renderizar (verb), renderizado (noun)
27-
| uncontrolled component | componente não controlado |
2829

2930
# Content that doesn't need translation
3031

0 commit comments

Comments
 (0)