-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
Hello, I have been studying Redux and faced with an interesting problem? need to make a chain of asynchronous requests from other Actions
1-getUser()
2-getPost()
I have 2 solution execute after sign in user .then(dispatch({type:GET_POST_REQUEST}))
or write function in middleWare.
How it to do correctly?
ekulabuhov, remones, koluch, meMisa, rajatvijay and 30 moreneaumusic and franciscop-invast