Can you write example? Because my code is not working. As I got, I cannot write another async function inside.
Asked
Active
Viewed 129 times
0
-
You should post the code you tried - I don't see why recursion wouldn't work in a thunk. You just have to make sure that `dispatch` and `getState` are in scope where you need them. – timotgl Oct 12 '22 at 19:01