Sweet. Thanks for contextualizing them against other state management tools
@yogpanjarale3 жыл бұрын
0:30 be ready for more :) if you keep same quality
@punisher0132 жыл бұрын
fantastic video!! BTW what is the plugin you use to colorize the spaces indentations? Also, what I don't like with easy peasy in that it has no possibility to tune the component re render as redux does with useSelector. Do you know a way to control deeply the rerender through easy peasy? and thanks again for the video
@bobar922 жыл бұрын
Nice video! Have you looked at Jotai and Valtio? They are from the same creator as Zustand, but they take a different approach to handling state. I like Jotai a lot, because of the bottom-up approach, but I haven't used in an App that has to scale, so I am not sure how it would fare in that scenario.
@rajikkali Жыл бұрын
Jotai felt very limiting to me requiring too many utils to do simple things that other libraries do out of the box. Maybe good for a simple app, but not large scale (at least IMO)
@omarciano422 жыл бұрын
how about recoil?
@abayomioloyinde2 жыл бұрын
Please can you do a tutorial on best way to use easy-peasy with nextjs
@vladprodan70102 жыл бұрын
Great job!
@GabrielMartinez-ez9ue2 жыл бұрын
Great video
@AnthonyPaulT2 жыл бұрын
bro, you can't say easy pease is better becuas of the 2 things you listed at the end. I need a sample of a complex app to see what it's better.
@CodeWithVlad3 жыл бұрын
Someone has asked something about store splitting but I can't see that person's comment... Since easy peasy is built on top of redux you can split your store with redux techniques. easy-peasy.vercel.app/docs/api/store-config.html#advanced-configuration and redux.js.org/usage/code-splitting
@eminqasimovdev3 жыл бұрын
Yeah. I had asked question about code splitting. But it somehow disappeared. Thanks. I will check them.