You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
redux-thunk is sweet simple and easy to work. However since project grow it's more difficult to manage side effects and we need more complicated solutions but reliable.
There are two remarkable options redux-observable and redux-saga. Each has it's own advantage but redux-saga seems more clear to manage stuff and it's more handy (my personal idea :) ). In some cases in current project redux-saga solving problems with less complex code. May in other situations redux-observable is better!
I plan to create branch name v0.5 to keep only redux-thunk version of React Social Network. Therefore v0.6 would be React Social Network with redux-saga.
I appreciate any contribution 👍
The text was updated successfully, but these errors were encountered:
Qolzam
changed the title
[Upgrade]Moving from redux-thunk to redux-saga
[Upgrade]Moving from redux-thunk to redux-observable
Mar 18, 2018
Qolzam
changed the title
[Upgrade]Moving from redux-thunk to redux-observable
[Upgrade]Moving from redux-thunk to redux-observable/redux-saga
Mar 24, 2018
redux-thunk is sweet simple and easy to work. However since project grow it's more difficult to manage side effects and we need more complicated solutions but reliable.
There are two remarkable options redux-observable and redux-saga. Each has it's own advantage but redux-saga seems more clear to manage stuff and it's more handy (my personal idea :) ). In some cases in current project redux-saga solving problems with less complex code. May in other situations redux-observable is better!
I plan to create branch name
v0.5
to keep onlyredux-thunk
version of React Social Network. Thereforev0.6
would be React Social Network withredux-saga
.I appreciate any contribution 👍
The text was updated successfully, but these errors were encountered: