Added additional details about Hooks (#2715)

added a more user friendly description about what hooks in react do, so that learners can understand the concept quickly and easily
pull/2709/head^2
SamarS1ngh 2 years ago committed by GitHub
parent 297cb7a702
commit c7db305fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/readme.md

@ -1,6 +1,7 @@
# Hooks
Hooks were introduced in React 16.8 and they let us use state and other React features without writing a class
Hooks were introduced in React 16.8 and they let us use React's features-like managing your component's state and or performing an after effect when certain changes occur in state(s) 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>

Loading…
Cancel
Save