movio / movio-todomvc

Movio's TodoMVC stack
MIT License
4 stars 0 forks source link

Follow flux standard action #9

Open kalmanb opened 8 years ago

kalmanb commented 8 years ago

https://github.com/acdlite/flux-standard-action

d4ncer commented 8 years ago

Thoughts on using a library like redux-actions vs. following the guidelines manually?

kalmanb commented 8 years ago

Looks really cool - others? @qisaw @nmaquet

qisaw commented 8 years ago

If we are using immutable, then we should be using redux-actions in my opinion. If we are enforcing immutability, then we should also enforce correct action creation.

kalmanb commented 8 years ago

@jackhopner @zhenwenc one of you guys want to have a stab at this one rainy night?