Please enable JavaScript.
Coggle requires JavaScript to display documents.
React - Coggle Diagram
React
Basics
Destructuring
Object using { func }
Array using [first, second]
Hooks
useEffect
useState
Controlling components using useState is called controlled components
useReducer
useRef
Does not re-render the screen!
This method is called uncontrolled components
Custom Hooks
a function which starts with use
Awesome!
useParams (react-router-dom)
useContext
Asynchronous React
Combination of useState and useEffect!
Libraries
Forms
Formik
React Hook Form
Hooks
useHooks.com
Testing