Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 344 Bytes

File metadata and controls

4 lines (3 loc) · 344 Bytes

React hooks practice:

useEffect - useReducer - useContext - useImperativeHandle - useRef

A React exercice/app for authentication, based on the course "React - The complete guide" trained by "Maximilian Schwarzmüller" mainly focused on handling Side Effects, using Reducers and the Context API (useEffect - useReducer - useContext hooks)