eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Redux #38

Closed stevenjmarsh closed 7 years ago

stevenjmarsh commented 7 years ago

Adding Redux, now saving user selected search filters in a store.

closes #13 , closes #32 , closes #33

stevenjmarsh commented 7 years ago

I am pretty happy with how redux has been added. I did create quite a few flow type definitions for action types and creators, and the store. I feel those could be better grouped / organized, which I will do as more actions are added.

johnthepink commented 7 years ago

@stevenjmarsh looks like you made some good progress! I may have a couple suggestions when I get a chance to review. Definitely this week.