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 to site #16

Closed pfarnach closed 7 years ago

pdw207 commented 7 years ago

for pagination: https://github.com/PCreations/redux-paginator

ignu commented 7 years ago

I can grab this.

Anyone have opinions on https://github.com/erikras/ducks-modular-redux or https://github.com/skellock/reduxsauce?

I'm not a huge fan of just /actions and /reducers directories. I'd rather just a user component with action creators/reducers for the user in the same file.