Managing state without Redux

local-store-react-app

This was my first time playing around with managing state in React without prop drilling.

You can see the simple, responsive app here: https://lo-cal-store.herokuapp.com/ (Note: This deployment is unavailable since Heroku discontinues it's free product plans).

The code can be found here.

I was experimenting using React's useReducer along with the useContext API to manage state throughout the app. This is also the first time I've tried to save state in localStorage in a react project.

Thanks to Cassidy William's Pluralsight webinar. Her original code can be found here.

The source code for this website can be found here under an MIT license