put
vs. putResolve
, e.g., so more generally, I'm hoping to find a collection of sequence diagrams or something like that
@trassmann I have a delete acition that calls a confirmation modal that can reject or accept the call. Let's say I clicked delete like five times then clicked no and sixth time clicked yes on the confirmation modal: the generator function calls the API for a delete request (six HTTP requests) - I checked in the network tab in chrome dev tools). It seems to that when clicking "No" the confirmation modal doesn't actually reject the call of the delete generator function.
Danke sehr! :)))
apisauce
for calls to my api server so everything in the requests part is handled very well right now. What I wanted to do is make sure I handle possible scenarios that might happen in the production which cannot be reproduced so well manually. Like what if there's an inconsistent state or what if the data is corrupted or what if something happens on put or call. I need to handle those errors too. I'm not concerned about anything breaking in the UI since I'm having error boundaries for them but I need to make sure everything works fine with sagas too. Right now I pretty much have one try catch block in every saga which kind of feels redundant and doesn't look pretty to me. So I was looking for an elegant way to do that.
yield createRequestInstance(); yield watchRequests(); all([fork(duck1), fork(duck2)]);
yield all([fork(duck1), fork(duck2)]);
Hello @everyone
We’re looking for React/React Native engineers to work as part of our community. We have multiple projects and missions, where you choose on what you want to work. There is no hiring process, so keep your resumate... it’s an open organisation, here only our work matter :)
StudioLabs is a 100% remote international company, originally founded in Paris, France. We help companies develop their applications by providing them skills of developers and designers from around the world. We believe in living a life of freedom, where freelancers can choose their missions.
Join our community here:http://bit.ly/2w2BHYO
Error: /Users/aleksandervognildburkow/Projects/redux-saga/packages/core/types/ts3.5/channels.test.ts:24:1
ERROR: 24:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 32:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 45:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 47:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 51:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 56:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 58:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 82:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 90:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 99:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 112:1 expect TypeScript@next: Expected an error on this line, but found none.
ERROR: 116:1 expect TypeScript@next: Expected an error on this line, but found none.