amgoodfellow / reactjs-calendar

A new version of the react calendar. One that uses webpack 2, and is made with ADA compliance in mind
Apache License 2.0
3 stars 3 forks source link

Redux #85

Open amgoodfellow opened 6 years ago

amgoodfellow commented 6 years ago

Look into migrating to Redux

Managing one's own state has been fine up until now, but it's hard to come back after a break and remember what everything does. Having a state manager might help with this.