Files
cypress/npm/react/cypress/component/advanced/use-local-storage

localStorage with useEffect

App idea from https://twitter.com/housecor/status/1268900696604258304

Shows how to set localStorage before mounting the component, and how to clear the local storage before each test.

Test

See App.jsx and App.spec.jsx