Skip to content

[Component Store] Correct way to model nested this.updater(...) calls #3472

Answered by johanndev
johanndev asked this question in Q&A
Discussion options

You must be logged in to vote

After some thinking, I found a solution: The call order has to be inverted, instead of calling updater which in turn calls the effect, the effect should call the updaters after the asynchronous action. It worked out beautifully in my case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by johanndev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant