sfbrigade / sfsbook

A repository for the reduce violence against women in SF project
MIT License
17 stars 9 forks source link

Create a Redux Store for our data layer + ease of data flow #141

Closed MosesSupposes closed 7 years ago

MosesSupposes commented 7 years ago

At the moment, data flow in our app is unidirectional and two-dimensional. Why not make it, 3, 4, or 30 dimensional? We can accomplish this by plugging in a redux store to our front-end, and by connecting it to our back-end with react router. I am working on this now.