React JS Full Course 2024

  Рет қаралды 135,586

Anson the Developer

6 ай бұрын

Code Repository: github.com/stuyy/react-tutorial-2024
Support the Channel:
Become a Member: www.youtube.com/@ansonthedev/join
Become a Patreon: patreon.com/stuyy
Buy me a Coffee: ko-fi.com/anson
Donate on PayPal: paypal.me/ansonfoong
Connect with me:
Twitter: ansonthedev
Discord: discord.gg/Gd5fAEJDQD
GitHub: github.com/stuyy
Twitch: twitch.tv/stuy
0:00 Intro
2:30 Why learn React?
3:01 Prerequisites
6:56 Setup React with Vite
8:00 Install NPM Dependencies
9:10 Project File Overview
18:58 Intro to Components
27:10 Creating a Component
38:35 createElement function
45:04 Component Props
52:30 Evaluating Props
58:28 Type Checking Props
1:10:40 Children Components
1:14:28 Fragments
1:21:00 Styling with CSS & SCSS
1:37:41 Dynamic Rendering Lists/Arrays
2:05:23 Conditional Rendering
2:25:00 Handling Events
2:29:56 Input Field onChange Event
2:43:05 Form onSubmit Event
2:51:30 Registering Window Events
2:54:38 State
2:59:18 useState Hook
3:06:25 Binding State to Input Fields
3:30:00 State with Arrays
3:52:00 Updating Element in State Array
4:01:50 Delete Element from State Array
4:09:31 Add Elements to State Array
4:20:57 useEffect Hook
4:30:10 useEffect Dependency Array
4:40:00 Fetching Data Example
5:01:12 AbortController
5:04:00 useEffect Cleanup Function
5:08:30 POST Request Example
5:24:05 Creating Custom Hooks
5:43:38 React Context
5:50:41 Creating a Context
5:53:53 Using Context Provider
5:55:29 Consuming Context
6:05:43 Using State with Context
6:12:24 Updating Values in Context
6:16:17 Custom Data Fetching Hook
6:41:16 Intro to React Router
6:43:20 createBrowserRouter
6:45:40 Setting up Routes
6:50:40 Nested/Child Routes
6:52:48 Outlet
6:56:00 Link Component
6:59:37 useNavigate Hook
7:03:08 Navigating Programmatically
7:05:16 Passing State to Route
7:14:42 Intro to Unit Testing with Vitest
7:17:00 Setting up Vitest & React Testing Library
7:17:41 Configuring vite.config.js for testing
7:19:14 Create setupTests.js file
7:22:16 Writing our First Test
7:26:40 Rendering Component Under Test
7:29:48 Snapshot Testing
7:36:18 Using Screen to Query Elements
7:37:25 getByText query
7:45:00 Understanding getBy vs queryBy queries
7:53:00 findBy queries
7:55:52 findByText example
8:04:38 More examples of Testing
8:21:00 Using getByRole to query Buttons
8:26:30 Firing User Events
8:27:23 Simulating Click Event
8:34:11 Querying for Input Elements
8:38:35 getByLabelText example
8:43:56 Testing Multiple Elements of Same Instances
8:46:22 Data Test IDs
8:49:02 getByTestId example
8:53:30 using within() to search elements inside an HTML Element
9:15:51 Simulating type event
9:21:00 Other queries
9:28:24 Testing Component with Context API
9:57:40 Using Mock Service Worker to Mock API Requests

Пікірлер: 299
@ansonthedev
@ansonthedev 6 ай бұрын
Please be sure to like this video and leave a comment to help share and spread this video. That’s all I ask ❤ thanks!
@melchizedek79
@melchizedek79 6 ай бұрын
Done!
@birodhlungeli5199
@birodhlungeli5199 6 ай бұрын
@@melchizedek79 we need more videos
@Sreekanth-Dev
@Sreekanth-Dev 6 ай бұрын
I'm from India your the best in teaching react
@AhadQasimi
@AhadQasimi 6 ай бұрын
Ok boss, just followed the instructions😉 Thanks for your help buddy.
@poohcat12gt76
@poohcat12gt76 4 ай бұрын
what theme did you use in this video?
@letsgotosleep1988
@letsgotosleep1988 29 күн бұрын
I'm 27 years old, working a dead-end call center job. It’s 5:08 AM, and I spend 4-6 hours of my 10.5-hour shift studying coding. I’m about 6 months into this journey, and I’m locked in-barely talk to people at work, not because I’m cool, but because I’m focused. I’m desperate for a better future and to break out of this rat race. I watch most of my colleagues complain about this job, but unfortunately, many aren’t doing much to change it. I’m not better than anyone-I’m just incredibly grateful that I’ve found something I love. I’ve become obsessed with learning and I’m thankful for this job because it gives me the time to study. My goal is to break into tech before I marry my beautiful fiancée! Let’s keep going!
@marc1an4
@marc1an4 28 күн бұрын
congrats!! I was also in a call center job months ago, but almost every page was blocked in there. I couldn't do anything but play the snake game or solitarie haha. you're lucky in that aspect. Keep going and good luck!
@abdulrafaykhan5252
@abdulrafaykhan5252 19 күн бұрын
@@marc1an4 May you have greatness here and afterlife as well
@marc1an4
@marc1an4 19 күн бұрын
@@abdulrafaykhan5252 thank you! ☺️ I wish you greatness as well
@boratsagdiyev522
@boratsagdiyev522 4 күн бұрын
We share similar stories
@phyothiha5612
@phyothiha5612 6 ай бұрын
4:53:00 For those who wondered why the catch block didn't work, fetch only rejects when a network error occurs. Since responses aren't network errors, there is nothing to catch. You have to check the "ok" property in the response object and need to throw an error yourself with throw new Error("Meaningful Message").
@farazk9729
@farazk9729 6 ай бұрын
Thank you; very useful
@suupershihab
@suupershihab 6 ай бұрын
I know React already but just here to support Anson. I know it'll be a good watch and refresher. Keep up the good work, bro!
@ansonthedev
@ansonthedev 6 ай бұрын
I appreciate that!!!!
@EuniceGodson
@EuniceGodson 3 ай бұрын
Hi
@EuniceGodson
@EuniceGodson 3 ай бұрын
I need help in API Integration
@godwinoyale3550
@godwinoyale3550 6 ай бұрын
1hr into the course and all I can say is that you are one of the best teachers on this app
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you very much!
@HWK_venom
@HWK_venom 3 ай бұрын
​@@ansonthedevHey I love the way you explain can you make a tutorial on e commerce websites with backend and admin panel in react and explain everything that you're doing?
@tarekmohamedwfa7354
@tarekmohamedwfa7354 6 ай бұрын
Great content! Can't wait for your NextJS course
@christophermawela3318
@christophermawela3318 5 ай бұрын
Have already crossed 7 hr mark, this is a great tutorial and looking forward to your React projects. Thank you Anson...
@Joe-gy6ld
@Joe-gy6ld Ай бұрын
been searching for a while to get the course that first explains why and where you'd use the code your getting taught and finally found it. I appreciate you Anson. Thanks!
@Sanatan_shiksha1
@Sanatan_shiksha1 6 ай бұрын
Learning on KZbin feels like we are studying in abroad 😅
@kesirbekrobby
@kesirbekrobby 6 ай бұрын
what bruh
@Sanatan_shiksha1
@Sanatan_shiksha1 6 ай бұрын
​@@kesirbekrobby Without any expensive fee and without travelling anywhere we are getting top notch content
@mdsafikulislam9113
@mdsafikulislam9113 4 ай бұрын
Salute
@AvidAfrican
@AvidAfrican 3 ай бұрын
KZbin should have a university section....
@FaroukHamisu
@FaroukHamisu 2 ай бұрын
😂😂😂😂
@mykun8737
@mykun8737 6 ай бұрын
Anson, you're my idol, my guiding spirit. Could you teach a full video course on HTML, CSS, and JavaScript for backend devs? I've been assigned some frontend tasks, but unfortunately, I only have prior knowledge of backend development. HTML, CSS, and JavaScript are completely new to me; I'm at ground zero. Your help would be greatly appreciated.
@ajalajessica3601
@ajalajessica3601 4 ай бұрын
just started this tutorial, hope to learn new and exciting things about react
@MrPSolver
@MrPSolver 2 ай бұрын
Great tutorial, I appreciate how thorough you were with each concept! Thanks man :)
@JourneyGoesOn1
@JourneyGoesOn1 6 ай бұрын
Your Start Up is Amazing.
@Bad4Good2
@Bad4Good2 3 ай бұрын
Excellent tutorial man, thanks for doing this for us.
@JayaramRaju-7799
@JayaramRaju-7799 Ай бұрын
Just I watched 1hr of video and it is completely different from others. Everything is explained clearly while compared to others.Thanks sir
@viridianite
@viridianite 6 ай бұрын
Thanks a lot, dude! You're not only explaining syntax but also concepts, patterns, practices, and motivations. That's what makes a good programming tutorial. 4:53:00 From the fetch docs, "A fetch() promise only rejects when the request fails, for example, because of a badly-formed request URL or a network error. A fetch() promise does not reject if the server responds with HTTP status codes that indicate errors (404, 504, etc.)." After you changed the API endpoint to a non-existent one, you got a 404 error from the server which resolves and that explains why you couldn't catch it.
@shadowgamer_-yl4kt
@shadowgamer_-yl4kt 6 ай бұрын
Thank you so much for this course. Tbh i was just going to learn React and I got this video in my subscription feed ❤.
@ansonthedev
@ansonthedev 6 ай бұрын
You are welcome. Perfect timing!
@shadowgamer_-yl4kt
@shadowgamer_-yl4kt 6 ай бұрын
❤❤
@vxnny20.00
@vxnny20.00 25 күн бұрын
Guy, I'm really love of your teaching man because your explanation is so clearly. Much appreciate man and Keep it up!
@jopadjr
@jopadjr 3 ай бұрын
3.1k... Thanks Anson. This is a great video. I have just started the video and need to find out about other frameworks as well.
@hassansyed6087
@hassansyed6087 2 ай бұрын
10 hours of concentrated React content -- for free? You're a real one. Thanks for this.
@amapro163
@amapro163 6 ай бұрын
Hey Anson, just wanna say I really appreciate for publishing these free courses for us to learn and practice. I enjoyed your Express.js course as I myself had a full-stack project at that period, and I was having a hard time understanding with other tutorials and sometimes the docs, but with your tutorials, it immensely helped me out in the process as I myself have easily grasped into the concepts of the framework now. Currently working on transitioning to TS. Thank you so much again.
@ansonthedev
@ansonthedev 6 ай бұрын
No problem. You are welcome!
@vuxuanhuy9079
@vuxuanhuy9079 6 ай бұрын
Hey pro, Are you play discord? Can I study with you?
@roadMapLearner
@roadMapLearner Ай бұрын
I am a beginner learning react.I never understood useState concepts. But your video is super explanatory and i understood it clearly now. I dont think i found any udemy courses explaining this concept clearly
@Bl1tzs
@Bl1tzs 4 ай бұрын
Great tutorial, I like that your actually explaining- so im not overwhelmed
@Website_TV_1
@Website_TV_1 Ай бұрын
This React JS Full Course is awesome, I have learnt a lots, thank you!
@OlanrewajuBadejo-cg8zj
@OlanrewajuBadejo-cg8zj 6 ай бұрын
Amazing tutorial. Really love your tutorials Anson.
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you!
@lanazoolander4165
@lanazoolander4165 3 ай бұрын
Thank you for this. I learned React using the class methods and this helped very much to switching to using hooks.
@stefgrino13013
@stefgrino13013 22 күн бұрын
Really instructive ! (and thanks for that huge amount of work)
@devdeclan
@devdeclan 5 ай бұрын
Keep Going - Great Content - Valid points 🚀
@marthinus.x
@marthinus.x 5 ай бұрын
Your approach is so intuitive. I just want to take a moment and thank you for this. You don't just explain how, but why, and that makes a world of difference. Keep up the great work!
@bonchan4404
@bonchan4404 6 ай бұрын
hello anson came here to just comment and support your video . im still on your nest js videos ! . thank you !
@christ-adams7771
@christ-adams7771 21 күн бұрын
Great tutorial. I learnt a lot from this. Keep up the good work.
@bhagyawijenayake
@bhagyawijenayake 4 ай бұрын
I'm at 04:11:22. This is the best React course I have found.
@amandacaecilia
@amandacaecilia 5 ай бұрын
Wow, beautiful content Anson. Thank you so much and waiting for your projs💌 Anson, can you create a full course for DSA in Python please... That'd be so helpful Thank ya!
@VATHITHYARAMAA-z5c
@VATHITHYARAMAA-z5c 5 ай бұрын
Yes Anson!! Please do create a full length tutorial for DSA in Python!! We all want it so badly!
@LoveCupid-lr8tb
@LoveCupid-lr8tb 5 ай бұрын
Yeaa Anson, do create a complete hands on tutorial like this for DSA in Python.
@EmmaLovesCoding
@EmmaLovesCoding 6 ай бұрын
wow brother , this is amazing . please i wil be waiting for your unit testing too! like you promised
@ansonthedev
@ansonthedev 6 ай бұрын
It’s at the end of the tutorial. Check timestamps.
@Koncentrator-cu2xg
@Koncentrator-cu2xg 2 ай бұрын
0:58:28 2:05:23 3:06:25 4:01:50 4:20:57
@derekstevens164
@derekstevens164 6 ай бұрын
I've been meaning to do like a React Flask/Django fullstack at some point. Thanks for the great video.
@ansonthedev
@ansonthedev 6 ай бұрын
You’re welcome!
@KuchOriemi
@KuchOriemi 5 ай бұрын
This guy is great and explains so well, great content thank you 👍
@marc1an4
@marc1an4 Ай бұрын
I've taken three hours of the course so far and I think it is great, I've seen other courses before but this is the one that I have understood the most
@mariakaravazaki4608
@mariakaravazaki4608 2 ай бұрын
great content and crystal clear explanation, thank you!
@ansonthedev
@ansonthedev 2 ай бұрын
Thank you!
@kareembamidele4804
@kareembamidele4804 Ай бұрын
Anson, your style of teaching is topnotch. Every concept with different perspectives and examples is the deal for me. I found all your content really helpful and may God bless you for doing this for us all for free. With love from Nigeria ❤🎉
@mxnnydev
@mxnnydev 6 ай бұрын
just what i was looking for !
@sriramvenkatesh
@sriramvenkatesh 25 күн бұрын
Nice tutorial. Very useful. Thanks
@ashutoshkumaarr
@ashutoshkumaarr 5 ай бұрын
Is this enough for learning all the important React concepts, or is there any topic you left out that I should definitely learn after this video? Thank you, Anson. You're a wonderful teacher, and I have already completed your ExpressJS course 🥳🥳
@zohebansari6429
@zohebansari6429 Ай бұрын
Bro same doubt plz tell me topic I have to learn after vedio??
@designordu159
@designordu159 2 ай бұрын
this has been one big-time informative course, worth a lot but it's on here free.. bless up man for this course, thanks a lot. more height 💪💪
@sakthikumaran8076
@sakthikumaran8076 6 ай бұрын
This is what I'm waiting for... Thanks Anson!
@ansonthedev
@ansonthedev 6 ай бұрын
You’re welcome. :)
@sauravghosh7487
@sauravghosh7487 6 ай бұрын
Best contents to learn anything from very basic level to intermediate. Execellent for begineers with zero knowledge about react. I am building Fullstack foundation only from this channel. Already learned Express for backend and now the frontend. Will be waiting for more related contens in this field.
@farazk9729
@farazk9729 6 ай бұрын
Hi, I am a noob. Is there a lot more to React that I have to learn after I finish this video? You said it's good up to intermediate, so it means it doesn't cover everything, does it? Thanks,
@andreassklizovic
@andreassklizovic 4 ай бұрын
excellent tutorial, very thorough and concise explanation.Many, many thanks.😀
@nwanosiketochukwu8942
@nwanosiketochukwu8942 6 ай бұрын
Yet to watch the video, I just went through the course content. All I could say is kudos 🎉❤
@MeilyChhon
@MeilyChhon 6 ай бұрын
I am so glad to found your channel, sir. I hope this course gonna blow up like your express course too. Once I learn react, I will be able to move on to Next.js :) Love you man, love you so much!!!!!
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you. Stay tuned for my nextjs course.
@MeilyChhon
@MeilyChhon 6 ай бұрын
@@ansonthedev you are godlike developer / teacher now man!! youtube should push your content more, you deserved more views on your content, man!!!!
@eziagorsylvester5911
@eziagorsylvester5911 6 ай бұрын
Appreciate your efforts Anson.
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you very much!
@promiseduke7508
@promiseduke7508 4 ай бұрын
You are a true legend sir, I will be waiting for your Nextjs course
@m1di797
@m1di797 3 ай бұрын
hello anson, i just wanna say i love your content and what you do! in this tutorial/video not only did you teach us basics of react but along with it im learning about react routers and other extensions or parts of react, thank you for your help. and its crazy that you teach these things for free!
@ansonthedev
@ansonthedev 3 ай бұрын
You’re welcome and comments like these are the reason I do what I do!
@m1di797
@m1di797 3 ай бұрын
@@ansonthedev ❤
@dreamsachiever212
@dreamsachiever212 6 ай бұрын
thanks you for such a comprehensive tutorial
@ansonthedev
@ansonthedev 6 ай бұрын
You’re welcome!
@amorr228
@amorr228 3 ай бұрын
thank u so much, best full react course on youtube
@Ssmb-qj4df
@Ssmb-qj4df 6 ай бұрын
Dude your express course was excellent now you came with React. Thank you chad
@ansonthedev
@ansonthedev 6 ай бұрын
You're welcome!
@noelkitonga
@noelkitonga 5 ай бұрын
I have to coast to coast this one. Thank you so much for this one
@andrejkling3886
@andrejkling3886 6 ай бұрын
Excellent course...🔥💯 thank you Anson
@ansonthedev
@ansonthedev 6 ай бұрын
Glad you like it!
@andrejkling3886
@andrejkling3886 6 ай бұрын
@@ansonthedev exactly …🔥🔥🔥 coool. Is it possible some project Nest - React ?
@mohitsirohi99
@mohitsirohi99 3 ай бұрын
you have created an amazing tutorial. You got new subscriber.
@PhamPhuongAnhNguyen-i2s
@PhamPhuongAnhNguyen-i2s 17 күн бұрын
I have a quick question: which shortcut do you use to create a new line for each argument in an input field, such as 3:44:17? Thank you!
@rishabhsinha7033
@rishabhsinha7033 6 ай бұрын
You are entirely of a different league!! Great tutorial .
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you!
@freecodeprojects
@freecodeprojects 2 ай бұрын
Best React Course So Far!
@DiaguLoL
@DiaguLoL 2 ай бұрын
Hey! I'm starting learning React! Great video, you are explaining everything carefully, thank you! Btw! Could you make a video, or share your VSC extensions? For example, if you use a component without importing it, it is importing itself automatically
@angeloserenuela4065
@angeloserenuela4065 6 ай бұрын
THANK YOU SO MUCHH IM READY TO LEARN REACT !
@spacey6960
@spacey6960 Ай бұрын
3:28:00 does the element do anything at that point? You could technically remove it right?
@yougetonthathorseyougottar6126
@yougetonthathorseyougottar6126 3 ай бұрын
i fucking love you Anson, and a fucking love React. Thanks!!!
@murali-krishnan
@murali-krishnan 6 ай бұрын
Thx for the top-notch updated react course, Anson. It was a great refresher for me to fill in the missing puzzle in my React Basics. I'm eagerly looking for your Intermediate and Advanced React stuff Like Suspense, Portal, Other leftover hooks(useReducer, useCallback, useMemo etc...), State Management with Redux-Toolkit, and Advanced Data fetching using react-query.
@abhishekc3556
@abhishekc3556 5 ай бұрын
Hey would this be a good tutorial for someone that's entirely new to react?
@murali-krishnan
@murali-krishnan 5 ай бұрын
@@abhishekc3556 For sure, I've seen lots of videos I mean a lot. But, Anson explains everything clearly this is the best React course for beginner in 2024. Go for it man
@NOLYHERRERO
@NOLYHERRERO 5 ай бұрын
Thanks you. Keep up the good work!
@eric.en_
@eric.en_ 24 күн бұрын
Hi Anson! I'm wondering the difference between using callback function to update the state ("setCount(count => count + 1)") and without callback ("setCount(count + 1)"). Really appreciating your course btw
@ansonthedev
@ansonthedev 23 күн бұрын
If you just pass in the state variable, e.g: setCount(count + 1), you are not precisely referencing the current state of Count. In cases where you have multiple calls to setCount, you will run into unexpected behaviors of the state because you end up having a race condition. In practice, you always want to use the callback in order to safely reference the current state while being able to manipulate it and update the state to its newest version.
@mekhron
@mekhron 6 ай бұрын
Thanks man. You are amazing. You know how to explain complex things in simple ways. 👍👍👍
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you very much!
@SaberZ-yz6ez
@SaberZ-yz6ez 6 ай бұрын
It's my fourth day into react. This course is the place i would suggest any of my peers. ❤
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you!
@abhishekc3556
@abhishekc3556 6 ай бұрын
Thanks for this.
@monarchgam3r
@monarchgam3r 6 ай бұрын
10 hours...thats huge...nice work
@ansonthedev
@ansonthedev 6 ай бұрын
Thank you!
@gcskinsgc
@gcskinsgc 4 ай бұрын
I love your content Anson, i am an aspiring and upandcoming web developer so your videos are helping me a ton!
@andrewkos
@andrewkos Ай бұрын
Thanks. Very clear.
@vickygalih5571
@vickygalih5571 12 күн бұрын
DAMN, 10 hours of tutorial takes almost forever to finish i am currently at 10:29:01 almost at the end of the course, at this point... i may remember your voice in my entire life bro i hope i can grow further after doing some projects after finished this hella course Thank you Anson
@vickygalih5571
@vickygalih5571 12 күн бұрын
it is finally done, i am actually in the test week in my university, so i can't take a break. i will just rest for the rest of this night (it is 10:40 pm when i write this) Once again, Thank you anson.
@subash-b
@subash-b 10 күн бұрын
Is this cover all concepts to master react? Does it cover authentication and redux part?
@vickygalih5571
@vickygalih5571 8 күн бұрын
@@subash-b short answer no. but for me, i'm a person that is "too textbook", so yeah it helps me when jumping to further concepts in react. i think learning redux will be faster after this course. if you don't have much time, search another course that covers real projects. it will be more worth it to spend time into. my personal conclusion about this video, it doesn't cover real project but it does cover component that might be applied to any project
@iancarr3923
@iancarr3923 25 күн бұрын
Just started but what I have seen so far is excellent. One complaint... "more faster". I look forward to working thru the rest of the course.
@RMG-ng1dx
@RMG-ng1dx 4 ай бұрын
Thanks for an incredible course, one of if not the best. Well done. Only one suggestion, the useContext portion was very hard to follow, kind of jumps around. Question that I have and a few others, hoping you could share, maybe it's silly but, what theme are you using in VS Code? Is it your own custom or is it available open source?
@Shoaib_Khan9272
@Shoaib_Khan9272 6 ай бұрын
Thanks Brp for such wonderful tutorial❤
@ansonthedev
@ansonthedev 6 ай бұрын
You're welcome!!! :)
@andriyabu
@andriyabu 6 ай бұрын
Awesome. Thanks for efford to created this amazing video.
@ansonthedev
@ansonthedev 6 ай бұрын
You are welcome! :)
@rowlandoka
@rowlandoka 5 ай бұрын
Great and awesome Anson, Thanks. I really love your theme, please what share.
@1234zaptor
@1234zaptor 3 ай бұрын
Hi Anson, do we have a new tutorial for nextjs ^13 ? We appreciate if you have since the last nextjs tutorial was two years ago. We love your tutorials and helps us a lot by reviewing and learning new skills as web developers. Thank you so much!
@rishabhsinha7033
@rishabhsinha7033 6 ай бұрын
Can you have a playlist of advanced React courses. Like really in-depth
@sasquatch_devs
@sasquatch_devs 6 ай бұрын
Thanks for this awesome resource!
@ansonthedev
@ansonthedev 6 ай бұрын
You're very welcome!
@khanfaizan05
@khanfaizan05 5 ай бұрын
Wonderful..❤. Btw which fonts and theme are you using in vscode?
@moshoodolawale3591
@moshoodolawale3591 4 ай бұрын
Trust me, you are a good great teacher. You simplify complexity with simplicity. As a request, do you mind a project-based course targeted at early mid-level developers?
@frankillumate
@frankillumate 4 ай бұрын
Anson I so much like your Vscode theme, mind sharing the theme name? I'm super in love with it!
@anhvin007
@anhvin007 28 күн бұрын
Thank you Anson! Do I need to read the React documentation while studying with your videos
@ansonthedev
@ansonthedev 28 күн бұрын
@@anhvin007 You should reference both
@davutdurmaz1190
@davutdurmaz1190 6 ай бұрын
Hey Anson, first of all, i appreciate your effort you create really quality content here in this channel. I only say this if you have time, you know i like your content and really helpful for me, it could be great to create more side projects that includes advanced and widely used techs and tools with increasing complexity. Lastly, i want to say thank you, i appreciate your effort.
@ansonthedev
@ansonthedev 6 ай бұрын
I have plans to create side projects during live streams so it's more interactive for everyone.
@aliffashraff4452
@aliffashraff4452 4 ай бұрын
Hi Anson! Thanks for the great content and very useful video. I just want to ask about the hooks, how about other popular hooks like useRef, useMemo, useReducer and useCallback? Are they really important? Bcs i see you did not include them in this video.
@wanjeeric4885
@wanjeeric4885 5 ай бұрын
This is great, I'm so excited
@abdirahmanabdullahi1966
@abdirahmanabdullahi1966 5 ай бұрын
Thanks man, you got my subs and like.
@truthteachers
@truthteachers 6 ай бұрын
Hi Anson, in props validation will you be showing us how to catch the exception so that we can handle it programmatically?
@brajagopalmukherjee1588
@brajagopalmukherjee1588 6 ай бұрын
Thanks anson love u man from India will do revision...please make nextjs also everywhere nextjs whatever project coming...Can u suggest something how to improve styling and all for website i stuck a lot.?
@favanzzo
@favanzzo 6 ай бұрын
YES, THANKS ANSON!!!!!!!!!!!!!!
@ansonthedev
@ansonthedev 6 ай бұрын
You're welcome! :)
@codewithsajid
@codewithsajid 5 ай бұрын
awesome content bro!
@AnNX.0816
@AnNX.0816 Ай бұрын
I am not good at English, but I want to watch your video to learn. One difficulty is that KZbin's automatic subtitles are not complete or accurate enough for me to fully understand. I hope that, if possible, you can add accurate subtitles to the video so that people like me can watch it more easily. Thank you
@kalye-gech27
@kalye-gech27 5 ай бұрын
Great work! can you upload about node.js
@elatedtalha7136
@elatedtalha7136 6 ай бұрын
Dude amazing job! 👏 This video came up at the perfect time as I was just looking for a React tutorial for revision. I hope you make a Next JS tutorial as well!
@ansonthedev
@ansonthedev 6 ай бұрын
Yes nextjs will be coming soon!
@elatedtalha7136
@elatedtalha7136 6 ай бұрын
@@ansonthedev oh great!
@martonyoutube
@martonyoutube 6 ай бұрын
Thanks! Helps a lot.
@ansonthedev
@ansonthedev 6 ай бұрын
You are welcome :)
@FA-nt2ig
@FA-nt2ig 2 ай бұрын
what kind of projects do you recommend us to do after your tutorial, pls it will be helpful if you reply 🙏🙏
@ansonthedev
@ansonthedev 2 ай бұрын
Build whatever comes to your mind, at a scale that you can handle.
@FA-nt2ig
@FA-nt2ig 2 ай бұрын
@@ansonthedev thankyou
Человек паук уже не тот
00:32
Miracle
Рет қаралды 4,3 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 37 МЛН
Haunted House 😰😨 LeoNata family #shorts
00:37
LeoNata Family
Рет қаралды 15 МЛН
7 лет брака! Секрет Отношений
0:54
Petya English
Рет қаралды 6 МЛН
Тренды на зимнюю одежду…
0:21
ВЕРА ВОЛЬТ
Рет қаралды 2,5 МЛН
Кто же съел наши пирожные?👻
0:52
Myron Iron
Рет қаралды 3 МЛН
КРАСИВЫЕ МЕСТА НА АЛЯСКЕ 🤯
0:35
MakkClips
Рет қаралды 2,7 МЛН