DEV Community

Discussion on: Redux middleware as pure functions

Collapse
 
olegchursin profile image
Oleg Chursin

Definitely. Redux is awesome and it's not going anywhere anytime soon. But the amount of code it takes to write action/reducer pairs is something. If you add types (as in TypeScript based apps) and tests it waterfalls to insanity.

Thread Thread
 
pigozzifr profile image
Francesco Pigozzi

I actually like to write all the stuffs needed, it gives me freedom to choose whatever pattern I want. But for larger apps I agree with you. Do you have some good resources to learn the GraphQL way?

Thread Thread
 
olegchursin profile image
Oleg Chursin

Actually, found this one recently: dev.to/marionschleifer/beginners-g...