React Hooks is a new feature of React which was introduced in React 16.8 and it helps us to use some features of react in a functional based components . Hooks are special type of functions . There are some features of React which cannot be used in a functional based components for example state, life cycle methods etc . With the help of Hooks we can use those features in a functional based components.

There are mainly three important hooks : useState , useContext and useEffect . However in this video we will understand useState hook. useState hook helps us to use state in a functional based component.

#react #react hooks #usestate()

Understanding React Hooks - UseState()
1.10 GEEK