freactal icon indicating copy to clipboard operation
freactal copied to clipboard

state and effects

Open bingomanatee opened this issue 7 years ago • 0 comments

This might just be a usage/familiarity issue but: it seems like if you have an async event you only have access to the state after the promise is unwrapped. If you wanted to set a user id as a state property and then load it with a REST call, you have to pull the state id property then feed it in as an external parameter. Is this true, or am I missing something here?

bingomanatee avatar Feb 27 '18 08:02 bingomanatee