You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great demo! I'm curious as to requestType never appears to be used (on line 74) of api. Shouldn't an "I'm fetching" action be called for the get quotes action? it looks like it's only fired for the login sequence.
It was more just for brevity in the article that goes along with the demo, but you're right, you'd want to use the requestType for fetching indication :)
Curious, where would that occur? it seems like there's either an error or success that comes out of the api middleware, but I'm confused as to where that "is fetching" action might be dispatched.
Hi!
Thanks for the great demo! I'm curious as to requestType never appears to be used (on line 74) of api. Shouldn't an "I'm fetching" action be called for the get quotes action? it looks like it's only fired for the login sequence.
thanks
@purcebr
The text was updated successfully, but these errors were encountered: