ortonomy / flingapp-frontend

flingapp is a react.js front-end for managing an organisation's book of freelancers.
GNU General Public License v3.0
0 stars 2 forks source link

[project-config] add redux-sagas #8

Closed ortonomy closed 6 years ago

ortonomy commented 7 years ago

justification

I've been looking a lot at asynchronous side effects -- sending mutations to the backend, loading data into state management using redux, and I've had some experience using redux-sagas.

I really like the way it works, it's extremely simple to understand and makes some good use of ES6 generator functions to handle async in a sync looking way. It's also all based on promises.

how-to

https://github.com/redux-saga/redux-saga

xuyuji9000 commented 7 years ago

How's this feature going?

ortonomy commented 6 years ago

Abandoned in favour of redux-logic