Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WeslleyNasRocha authored Feb 21, 2019
1 parent 9bcdd73 commit 918b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ next: hooks-rules.html
prev: hooks-intro.html
---

*Hooks* são a nova adição ao React 16.8. Eles deixam você usar state e outras funcionalidades do React sem escrever uma classe.
_Hooks_ são uma nova adição ao React 16.8. Eles permitem que você use o state e outros recursos do React sem escrever uma classe.

O *Hook de Efeito* te permite executar efeitos colaterais em componentes funcionais:

Expand Down

0 comments on commit 918b100

Please sign in to comment.