AcklenAvenue / react-boilerplate

Throw-away repo to stage changes that will be moved to yeoman generators.
0 stars 5 forks source link

Implement async interaction for Redux #22

Closed bsommardahl closed 7 years ago

bsommardahl commented 7 years ago

We need to decide what we will use:

We want to become experts in our tools and methods. Can we easily be experts in all three or should we choose one and run together as a team?

bsommardahl commented 7 years ago

Maybe we should sync our approach with vue, if we can. What options for async interaction does vuex have?

bsommardahl commented 7 years ago

Senior devs decided on implementing Sagas with the option to switch to RxJs as needed.