React Js / Basics / hooks
Hooks
-
1. Note
1. Hooks are special functions that start with use
2. eg: useState(), useEffect(), useContext() etc..
3. It allows you to reuse logics across components.
4. Call hooks only inside React functions (not outside components)
MANVIA BLOG