You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This API is experimental and is not available in a stable version of React yet.**
7
+
**Esta API é experimental e ainda não está disponível em uma versão estável do React.**
8
8
9
-
You can try it by upgrading React packages to the most recent experimental version:
9
+
Você pode experimentá-la atualizando os pacotes do React para a versão experimental mais recente:
10
10
11
11
-`react@experimental`
12
12
-`react-dom@experimental`
13
13
-`eslint-plugin-react-hooks@experimental`
14
14
15
-
Experimental versions of React may contain bugs. Don't use them in production.
15
+
Versões experimentais do React podem conter erros. Não as use em produção.
16
16
17
17
</Wip>
18
18
19
-
20
19
<Intro>
21
20
22
-
`useEffectEvent`is a React Hook that lets you extract non-reactive logic into an[Effect Event.](/learn/separating-events-from-effects#declaring-an-effect-event)
21
+
`useEffectEvent`é um React Hook que permite que você extraia lógica não reativa em um[Effect Event.](/learn/separating-events-from-effects#declaring-an-effect-event)
0 commit comments