Lokiedu / libertysoil-site

GNU Affero General Public License v3.0
8 stars 5 forks source link

[WIP] Redux technical debt #735

Closed voidxnull closed 7 years ago

voidxnull commented 7 years ago

This issue contains a list of possible refactorings which will help to reduce the cost of further developing/maintenance.

WIP

indeyets commented 7 years ago
RusAlex commented 7 years ago

Also had some experience with redux-saga.

There is alot of magic inside. And it's even easier to support our actions+triggers than always guessing and trying to realize what's going on inside sagas.

Also it's generator based and looks like step backward. Async/await is much more clean and understandable.

indeyets commented 7 years ago

(updated comment above)