- Published on
Learning React
Table of Contents
https://www.youtube.com/watch?v=w7ejDZ8SWv8
React Hooks
- Functions that let us hook into the React state and lifecycle features from function components
- useState -> Returns a stateful value and function to update it
- useEffect -> Perform side effects in function components
- useContext, useReducer, useRef