mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 22:02:39 +02:00
Add hooks refernce
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
# Hooks
|
# React Hooks
|
||||||
|
|
||||||
|
Hooks were introduced in React 16.8 and they let us use state and other React features without writing a class
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactjs.org/docs/hooks-intro.html'>Introduction to Hooks</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactjs.org/docs/hooks-reference.html'>Hooks Reference</BadgeLink>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user