i'm more interested in your IDE/text editor, so convenient for the intellisense and formatting. what IDE / text editor are you using? if you dont mind sharing with us
would you say its worth it even for a professional programmer to use VIM? I've been programming for a long time now and I've seen people recommend vim but does it make me faster, compared to using VScode@@MonsterlessonsAcademy
I never said that it's "better". Zustand is an alternative to Redux. Jotai is just a global client states which play super nicely with react-query to write minimum code.
@@MonsterlessonsAcademy I can not understand. All libraries have the purpose of managing and accessing state across components. But thank you for your reply. When you start developing a large web app, e.g. Gimp for the browser, you don't just switch state libraries. That's why I'm careful with statements like "best" :D
@@MonsterlessonsAcademy oh, sorry didn't meant to offend you, really like you vids. And Wow, you right I don't need the all huge package like Redux, and as far I get, Zustand maybe much neat, but still it is have it own ecosystem, and Jotai is actually what we wanted from the beginning of React lib. thank you very much, I will keep spreading you vids to my contacts.
@@mzhomie8880 Okay now I agree. "Better useState alternative" title would be better. Sure you should not just swap working state management in your huge app with some other lib if it works.
WATCH NEXT: React Interview Questions and Answers - Dominate Your Next Interview - ruclips.net/video/yQHr4opz_N0/видео.htmlsi=51b2XP_84GH3q6oF
Jotai is so good I am now fully convinced it's the best!
I like it also!
How u learned it pls suggest
@@User1-f8h Through their documentation
it's so simple that it took me 120 second to learn. thank you.
Glad it helped!
Really learn some valuable things about context and a useful statemanagers thank you for making such content
Happy to hear that!
Thanks for the video, the library looks easy to be used.
It is!
What a great video, topic and couple of libraries. Thank you.
Glad you enjoyed it!
This was useful for a new project shift, Cheers Mate!
Glad it helped!
Brilliant! Starting a new project and I think this is the combination I'll go with.
Glad you like it!
Quality video man, gained a new subscriber : )
Awesome, thank you!
Simple and precise , lovely
Thank you! 😊
i'm more interested in your IDE/text editor, so convenient for the intellisense and formatting. what IDE / text editor are you using? if you dont mind sharing with us
ruclips.net/video/j6uqOvTRq6I/видео.html
ruclips.net/video/YrLiugDhCuk/видео.html
ruclips.net/video/Xa4aOOB7XZo/видео.html
would you say its worth it even for a professional programmer to use VIM? I've been programming for a long time now and I've seen people recommend vim but does it make me faster, compared to using VScode@@MonsterlessonsAcademy
Interesting - does it work with Preact?
Sure
React Context re-renders components that consume the context, but not all components. Please don't confuse things.
Well, yes obviously. I though it is clear from the video.
0:50 that's not true, only components listening for changes will be re-rendered
And all children inside them
Do you mean all children inside the provider or inside the consumer(s)?
when to use redux toolkit and when to use jotai
I made a video about it ruclips.net/video/K9t8xsI_5JM/видео.html
Why it is better than Zustand?
I would like to know that, too.
I never said that it's "better". Zustand is an alternative to Redux. Jotai is just a global client states which play super nicely with react-query to write minimum code.
@@MonsterlessonsAcademy I can not understand. All libraries have the purpose of managing and accessing state across components. But thank you for your reply. When you start developing a large web app, e.g. Gimp for the browser, you don't just switch state libraries. That's why I'm careful with statements like "best" :D
@@MonsterlessonsAcademy oh, sorry didn't meant to offend you, really like you vids.
And Wow, you right I don't need the all huge package like Redux, and as far I get, Zustand maybe much neat, but still it is have it own ecosystem, and Jotai is actually what we wanted from the beginning of React lib. thank you very much, I will keep spreading you vids to my contacts.
@@mzhomie8880 Okay now I agree. "Better useState alternative" title would be better. Sure you should not just swap working state management in your huge app with some other lib if it works.
Thanks, it's very useful for me
Glad it was helpful!
I feel jotai is more readable than recoil
Yeap
Is this guy a terminator?
Yes
Put more videos in angular
Making all these providers, consumers, reducers are very verbose and annoying, that's why I prefer to use MobX. But Jotai looks as great alternative!
Yeap. I like jotai also.
another library
It is based on recoil, so I think it is deserve a little bit of respect than any simple lib there.
Also I don't make videos about "another library" but only the most popular libs or libs which solves problems nicely with good decisions.