-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hi,
Your way of implementing a generic api middleware is great.
I am using 'UseDispatch' from react-redux library, here i will dispatch to an action and do an api call and update the redux store using reducer.
But my requirement is "need to wait till the redux store has data and then proceed further". Any idea how to get this ?
Can i make a specific api call from action method as async await when i call that action method from functional component or inside useEffect() i need to wait till i have data in redux store.
Regards,
Sandesh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels