mediumReact#44

Custom useLocalStorage hook

Prompt

Write a custom useLocalStorage hook that syncs state with localStorage. It should work like useState but persist the value across page reloads.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code