ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

Add Redux - fixes #16 #22

Closed ignu closed 7 years ago

pdw207 commented 7 years ago

@pfarnach makes a good point, what's the disadvantage of not using redux https://github.com/ResistanceCalendar/resistance-calendar-frontend/issues/7 . We could just use session storage on individual events and not use redux. https://scotch.io/tutorials/react-universal-with-next-js-server-side-react.

https://medium.com/@pierrecriulanscy/working-with-paginated-api-in-redux-be871818e444#.uonlkx8rc

pfarnach commented 7 years ago

It sounds like we're holding off on redux for now until the need arises