shelbourn / Globetrotter

A fun little demo travel app using React, React Hooks, React Router, Material-UI, live demo hosted on AWS in an S3 bucket
http://globe-trotter.s3-website.us-east-2.amazonaws.com
MIT License
1 stars 0 forks source link

Re-Implement Redux for State Management #8

Open shelbourn opened 4 years ago

shelbourn commented 4 years ago

Redux was implemented earlier in the project's development, but I nuked it because I thought that Redux + Hooks + Local Storage was overkill for such a simple app. But now I have changed my mind and will re-implement Redux so that I can rely less on local storage.

shelbourn commented 4 years ago

Re-implement a hooks-based Redux system to be more specific