We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5364bdc commit 49be9c6Copy full SHA for 49be9c6
content/docs/hooks-custom.md
@@ -5,12 +5,8 @@ permalink: docs/hooks-custom.html
5
next: hooks-reference.html
6
prev: hooks-rules.html
7
---
8
-<<<<<<< HEAD
9
-*Hooks* are an upcoming feature that lets you use state and other React features without writing a class. They're currently in React v16.8.0-alpha.1.
10
-=======
11
12
*Hooks* are a new addition in React 16.8. They let you use state and other React features without writing a class.
13
->>>>>>> 98c1d22fbef2638cafb03b07e0eabe2a6186fca8
14
15
Construir tus propios Hooks te permite extraer la lógica del componente en funciones reutilizables.
16
0 commit comments