1 min readJun 15, 2019
Nice use case for utilizing react hooks! One small correction though, localStorage isn’t apart of the React API, it’s apart of the global window object. If you tried doing this server side it would fail because window isn’t accessible.
Good job otherwise, thanks for sharing!