djmeier-wisc / my-precious-time

https://my-precious-time.vercel.app
1 stars 1 forks source link

Redux Refactor #5

Closed djmeier-wisc closed 8 months ago

djmeier-wisc commented 10 months ago

We should probably refactor the code to begin using Redux to enable centralized state management.

djmeier-wisc commented 8 months ago

I addressed this by using React's context hooks, which I didn't know about. This should be fine for now, but as the UI gets more complex, this may need to be reconsidered.