React State Management: Jotai Instead Of Redux?

preview_player
Показать описание
Jotai is an awesome implementation of the atomic state management model pioneered by Recoil. It has a consistent easy to use interface, great integrations with other libraries. And version 2.0 added support for external atom access, scopes, and more.

#shorts
Рекомендации по теме
Комментарии
Автор

Awesome short. It would be cool if you did a video explaining how this works under the hood.

ChillAutos
Автор

Those shorts are so informative and fit your style. You are very good at condensing knowledge. Learning from you is very efficient. Thx

bartek...
Автор

Was curious about this, thanks for the demo

tonybrown
Автор

also recoiljs throws en errors about duplicate key on Nextjs. moved into jotai couple of days. It is so cool

muhammadmejanulhaque
Автор

I like jotai, but I went with zustand because I think it covers older browsers than jotai does not.

venicebeachsurfer
Автор

@jherr Signal (preact-signal) is also a good alternative to useState, right?

joybordhen
Автор

I've used it for a while and I'm not touching redux ever again. At least not in my personal projects 🙂

fave
Автор

please make a comparison for jotai vs valtio vs zustand and what choose ? please in details... I've read their docs and got confused to choose which one

seyyedkhandon
Автор

I wonder how’s the integration with swr as it’s not mentioned in the docs 🧐

spongeboblover
Автор

Jotai is alright, but I would prefer if there was a library that worked just like Solidjs signals. And was capable of being used outside of the react state tree.

Metruzanca
Автор

How can I reuse functionality with Jotai. Through custom hooks I think

the-nasim
Автор

Make a video on why you shouldn’t need a global state management library and when you should need one?

vaiterius
Автор

Would love to know how to integrate this with something like react query or x state

scraper
Автор

Didn't quite understand the 'global' aspect of it?

kevincjones
Автор

Looks cool. But i will stick with redux. I have falllen in love with redux❤

jellyfish
Автор

How to access and manipulate jotai atom's value from outside a react component?

Wakkyguy
Автор

Or just use a framework that has perfect state management built-in

MCasterAnd
Автор

Ah yes, an atom. Of course. What's an atom by the way?

maelstrom
Автор

Jack can you add translation to your videos?

skosner
Автор

zustand is a better alternative to redux, and it uses the same FLUX pattern.

imachomanjewelry