javascript - Redux and dependent async action -


is idea have dependencies between async actions in redux ?

if action_a , action_b async redux actions , in order react action_b need have action_a_success dispatched (so store contains needed data) there canonical way how in redux or poor design choice ?

if want action_b performed after action_a, should dispatching action_b in success/error callback of action_a.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -