Loading

Quipoin Menu

Learn • Practice • Grow

react / Custom Hooks
exercise
1/5
Exercise 1React
Question

Create a custom hook called useLocalStorage that reads and writes to localStorage. Use it in a component.