This is the clearest, most straight-forward explanation of Recoil I've seen so far.. thank you! Glad I came across your channel, love the teaching style (the dimming of portions of the screen is a nice touch!) - you've got yourself a subscriber!
great explanation! I also love your code illustration style! very simple,clean and neat, allows us to focus only on the important parts. Keep up the great work!
Amazing, I regret brushing Recoil off as just another needlessly complicated state management library. This video really opened my eyes. I'll definitely give this a try, it looks to solve most of the pain points I've experienced with Redux and hooks
Not getting what you said about the performance improvement. What does separating into daily/weekly/monthly fields inside "repos" help? You'll still be replacing enitrely each of them anyway.
Amazing. This is how development tutorials should be. Well done. The main topic was explained well. I'm trying to create a video editor for people who code.
Why does it flicker? You only change view, you don't reset repos. Repos change only after request is finished. Looking at source code, I would assume, you will have infinite loop of fetching the same view, as you set onChange = [repos, setRepos, view] instead of just [view]
BGM is quite loud and annoying. :( Font size is proper. :) On Recoil: So after 50(?) years of software development we're back at "let's use global variables"? :D
This is the clearest, most straight-forward explanation of Recoil I've seen so far.. thank you! Glad I came across your channel, love the teaching style (the dimming of portions of the screen is a nice touch!) - you've got yourself a subscriber!
I just wanted to write really the same, but sow this comment (it already exists). I fully agree!
then this is the only video you've watched on recoil
great explanation! I also love your code illustration style! very simple,clean and neat, allows us to focus only on the important parts. Keep up the great work!
Amazing, I regret brushing Recoil off as just another needlessly complicated state management library. This video really opened my eyes. I'll definitely give this a try, it looks to solve most of the pain points I've experienced with Redux and hooks
This is nice and clean explanation on how to use recoil under 10mins. Gonna explore this kind of topic and tutorials in your channel. Subscribed!!!
The quality of this video is amazing
Not getting what you said about the performance improvement. What does separating into daily/weekly/monthly fields inside "repos" help? You'll still be replacing enitrely each of them anyway.
Just subbed. I like the code based explaination rather than the typical graphical only explaination of Recoil.
this is way way better than redux for me
everything is better than redux
Anyone who says they like Redux is just trying to sound cool.
Is the API URL down for anyone else?
could you spread instead at 7:55 or do you need to use Object.assign?
nice vid btw
I think it's a very nice way to manage state
Amazing. This is how development tutorials should be. Well done. The main topic was explained well.
I'm trying to create a video editor for people who code.
reply me here once you are done, because I want to try it!
Great concise tutorial, better than the docs, thank you 👌
Great video ! I'm ready to use recoil now thanks
You have typo at 4:11, it should be 'export const viewAtom' not 'export const view'. Excellent video btw!
Thx!
THIS is what I need! Thanks bro, your tutorial is really helpful 😁
Great tutorial, this will better if this video put in Recoil documentation.
trying to learn recoil? This video is enough
What font is it that you are using? Looks super clean. Nice video by the way.
Why does this channel only have 5k subscribers.
Easier than any state management library
Why does it flicker? You only change view, you don't reset repos. Repos change only after request is finished.
Looking at source code, I would assume, you will have infinite loop of fetching the same view, as you set onChange = [repos, setRepos, view] instead of just [view]
Nicely done buddy!
Does recoil have anything like mobx/mobx-state-tree computed values?
selectors?
Little overhead till you reach selectors.
Can you please try out react-rhino
not a single tutorial on youtube shows how to use the same state in separately created component file
why there is music in background ? 😒
Nicely Done
Love this tutorial
nice tutorial
BGM is quite loud and annoying. :(
Font size is proper. :)
On Recoil: So after 50(?) years of software development we're back at "let's use global variables"? :D
I think dude spent more time talking about tweets then explaining atoms...
no, I am lost
Great explanation and skipping the boring repeated typing part. ⭐⭐⭐⭐⭐
Very Nice , Love u