M.E.R.NB. FrontEnd with React8. React HooksOn this pageSession 08: React Hooks Basic Hooks 1. Using the State Hook: https://reactjs.org/docs/hooks-state.html 2. Using the Effect Hook: https://reactjs.org/docs/hooks-effect.html 3. Using the Context Hook: https://reactjs.org/docs/hooks-reference.html#usecontext Additional Hooks 1 useMemo https://reactjs.org/docs/hooks-reference.html#usememo 2 useCallback https://reactjs.org/docs/hooks-reference.html#usecallback 3 useRef https://reactjs.org/docs/hooks-reference.html#useref 4 useReducer https://reactjs.org/docs/hooks-reference.html#usereducer 5 useTransition https://reactjs.org/docs/hooks-reference.html#usetransition Building Your Own Hooks https://reactjs.org/docs/hooks-custom.html