Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
devTea240886yDo it 1 by 1, sagas is just like any other middleware, you can use it or not, they still work
-
My colleague uses it while I stick to Redux not sure what advantage it has over redux, I'd be happy if anyone could mention why
-
devTea240886y@gitpush @MonkeyParade same here I tried with and without sagas, still no clue what’s the difference
-
@devTea I'm only guessing it is like C# and VB.Net both do the same (almost) but each has it strength and weaknesses, for me I wish React just vanish lol, I'm so in love with Vue + Typescript
I like React, and I like that it needs too much planning or else we will be facing that re-render hell, but the same project in vue produced less code and less headaches + being able to separate HTML from the component makes it easier to work with front end, at least for me as I'm not a web dev -
devTea240886y@gitpush yes vue does look cleaner, but there is more request for react at my place
I read that sagas is there to handle side effect of async request or something like that
Related Rants
Just starting with Redux and now I need to learn Sagas at work. Come on! :(
rant
work
infinite