My Logo
Custom Hook - useLocalStorage
001

Creating my own React Hook to access local storage.

My useLocalStorage hook is built using useState, useEffect, and a custom hook to save items in local storage.

Programming, Weight Lifting
Custom Hook - useLocalStorage

About this project

  • The useRef Hook allows me to reference the inputs on these forms to populate the error messages.
  • Using ternary operators, if there are more than 1 errors, they will display under the email and password inputs.
  • Concepts used

  • Custom React Hook
  • Local Storage
  • useState Hook
  • useEffect Hook