Honestly idk why this channel hasn't blown up yet. The way you teach is just remarkable, it's not just about how to implement the feature but how it works under the hood. At least for me, that's the way i really grasp on things, by understanding how they're working under the hood, even if it's a high level explanaition, we have the docs to grind on the nitty gritty details in case we need to (in specific use-cases) anyway. Btw, also the useOptimistic hook it's so misunderstood, i've only seen Sam Selikoff use it the right way in one of his talks. The rest of the KZbinrs or Tech Influencers don't really get it they just make content lol would be great if you ever talk and deep dive about useOptimistic :) Content of quality like this is much needed and appreciated! Thank you, and Sam.
@RyanToronto22 күн бұрын
Thanks for the kind words! useOptimistic is a great idea for a video
@real-oppenheimerАй бұрын
Your teaching style clicks so much for me, even though these are more complicated topics. It is calm, organized (with a clear, step-by-step path) and you're answering questions while they pop in my head. Thank you!
@RyanTorontoАй бұрын
Wow, thank you! Appreciate the kind words
@gilsinhonunesАй бұрын
Please not only do the photo example but talk more about transitions. Like I said before, you and Sam are the best, thankfully I bought lifetime subscription to buildui.
@RyanTorontoАй бұрын
Thank you and thanks for joining Build UI, we really appreciate it! More on transitions is a great idea, I'll see if I can find some good examples to make videos on that.
@kamill34Ай бұрын
thank you Ryan, and yes we want more :)
@boldureansАй бұрын
Thank you! We need more videos Ryan!
@RyanTorontoАй бұрын
More to come! Thank you!
@tonysingh5334Ай бұрын
36 minute video, would love to see more long form content from you
@RyanTorontoАй бұрын
Thanks!
@ivanvoltiАй бұрын
Thank you for this video❤
@nikhilsnayak3473Ай бұрын
The best 🔥. Need more
@RyanTorontoАй бұрын
Thanks Nikhil!
@tuppers7211Ай бұрын
HI Ryan awesome video makes sense thanks for taking the time to create this. Would love to see the extra video to add the photo 🙂 could you possibly include how you can integrate RHF to this?
@RyanTorontoАй бұрын
Thank you! I'm not a RHF expert, but that's a great question. I think by the time React 19 gets released they will have an answer for React 19+RHF.
@tuppers7211Ай бұрын
@@RyanToronto hey no worries, hopefully something will come out for it. In any case keep up the great work always a pleasure to watch these videos!
@rahulsriram6295Ай бұрын
I've always been interested with Transitions. The sad part is, react official docs have docs on useTransition etc. but not one page defines what are transitions and what all APIs support them.
@RyanTorontoАй бұрын
Ya, totally. I think once 19 gets released we'll see more people sharing blog posts and code examples around transitions. Fwiw, I found the usage section of the docs to be helpful: 19.react.dev/reference/react/useTransition#usage, but I think I'm the type of person that learns best by playing with things, so the usage examples might not be for everyone.