[getInitialProps with Redux Saga]: How can I await for data being fetched in getInitialProps when dispatching an async action while using redux-saga? #10754
Unanswered
AntwanSherif
asked this question in
Help
Replies: 1 comment
-
I've used https://www.npmjs.com/package/redux-wait-for-action with some success. Dispatch data fetch action then |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm not sure if there's a similar question here, but I've searched a lot but couldn't find an answer.
I need to know how can I wait for data fetching inside getInitialProps when dispatching an action with redux-saga in use.
All the answers I find make sense when using redux-thunk or do the actual API, but not for redux-saga
Beta Was this translation helpful? Give feedback.
All reactions