Тёмный

React Tutorial for Beginners 

Programming with Mosh
Подписаться 3,9 млн
Просмотров 2,5 млн
50% 1

Master React 18 with TypeScript! ⚛️ Build amazing front-end apps with this beginner-friendly tutorial.
🚀 Want the ultimate React deep dive?
- Check out my complete course: bit.ly/3l0vWYR
- Subscribe for more awesome content: goo.gl/6PYaGF
✋ Stay connected:
- Twitter: / moshhamedani
- Facebook: / programmingwithmosh
- Instagram: / codewithmosh.official
- LinkedIn: / codewithmosh
📖 TABLE OF CONTENT
00:00:00 Course Intro
00:01:55 Prerequisites
00:02:43 What is React?
00:04:57 Setting Up the Development Environment
00:06:24 Creating a React App
00:09:17 Project Structure
00:11:20 Creating a React Component
00:16:41 How React Works
00:19:00 React Ecosystem
00:21:04 Building Components
00:21:40 Creating a ListGroup Component
00:27:15 Fragments
00:29:42 Rendering Lists
00:33:11 Conditional Rendering
00:38:36 Handling Events
00:44:43 Managing State
00:50:44 Passing Data Via Props
00:54:42 Passing Functions Via Props
00:58:27 State Vs Props
01:00:00 Passing Children
01:05:04 Inspecting Components with React Dev Tools
01:07:14 Exercise: Building a Button Component
01:14:15 Exercise: Showing an Alert
#react #reactjs #javascript #coding

Опубликовано:

 

24 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,2 тыс.   
@programmingwithmosh
@programmingwithmosh Год назад
- Want to learn more? Get my complete React mastery course: bit.ly/3l0vWYR - Subscribe for more videos like this: goo.gl/6PYaGF
@kenjicrespo7627
@kenjicrespo7627 Год назад
Hi! I got errors. failed to load config from C:\Windows\System32\myfirstapp\vite.config.ts error when starting dev server: Error: EPERM: operation not permitted, open 'C:\Windows\System32\myfirstapp\vite.config.ts.timestamp-1679842359821.mjs'. How to fix this?
@makanjuolabolajistephen1582
Please look into your payment method for the all access course monthyly subscription specifically the use of debit card.. It keeps declining my debit card, both visa and Mastercard. I'm from Nigeria.. I hope something is done about it so I can subscribe and learn. Thank you.
@andresantos-ud4ht
@andresantos-ud4ht Год назад
Hi Mosh, congratulations in this new course. When are you going to launch, the 2nd part?
@halreraj
@halreraj Год назад
hey mosh please upload intermidiate course of c++
@user-dh2mk1pb6k
@user-dh2mk1pb6k Год назад
which theme u use in vs code?
@avivhurvitz
@avivhurvitz Год назад
I'm a long time developer, but novice at web development. This tutorial was perfect for me. I appreciate how Mosh walks you through real development practices: incremental development cycles, using the IDE and tools, looking at errors, testing as you go. Thank you Mosh!
@rakibislam463
@rakibislam463 Год назад
is this project mobile responsive?
@beatricedianatoma8387
@beatricedianatoma8387 11 месяцев назад
Me too! Backend dev at the core, preparing for a full stack interview, and this tutorial is just great, I'm so excited!!
@sanampakuwal
@sanampakuwal 11 месяцев назад
I didn't pressed liked this comment because it was 69. Let it be 🧐
@SumitGupta-wr3jf
@SumitGupta-wr3jf 10 месяцев назад
Is this one hour course good enough for a sample project development?
@szilvesztersandor
@szilvesztersandor 10 месяцев назад
It was not mentioned in the course, but I consider it important to mention that you should store the password or API key in the .env file as an environmental variable.
@ancrobot8399
@ancrobot8399 11 месяцев назад
This was the most helpful thing in a while. Most you go thorugh the errors the same way we catch them. You dont just spoil the solution on why we are getting the error. So many times during this course when I got an error, I saw the hints that you gave and then tried to solve it on my own. Truly one of the best teachers!
@verywellrounded
@verywellrounded 6 месяцев назад
Transitioning from backend to full stack development a few years ago. Been developing react apps for the last two years. I picked up several neat shortcuts and several key takeaways for a project I am building from scratch now. Thank you!
@Bilalsholostics
@Bilalsholostics 10 дней назад
Hello bro I’m stuck at creating the development environment. Could you plz help me. Thanks
@mcrazick8662
@mcrazick8662 11 месяцев назад
This course is so enjoyable to study. My past React experience (when I started using it for the first time) made me give up XD. But after a while, mastering JS in the meantime, I decided to come back, found this video and yeah, brings confidence back. Great video!
@mwaikul
@mwaikul 10 месяцев назад
Love the tutorial! Its the perfect balance of "show me the code" and "explain the concepts to me". Came here after a bunch of tutorials that jumped to deep into the code with no concepts or vice versa. Thankyou!
@sauravkumarjha2838
@sauravkumarjha2838 Год назад
Your Courses are goldmine for me! Absolutely love the way you structure and deliver your courses with huge efforts.
@PongGod
@PongGod 4 месяца назад
Kudos for putting together such an excellent tutorial. This is one of the extremely rare instances where I went through an entire programming tutorial and everything actually worked! So many times I run into problems where things aren't working on my end the way they do in the tutorial, which forces me to spend a bunch of time trying to figure out what went wrong, mounting frustration, and ultimately just giving up. Really excited about incorporating React into my web development for enhanced user experiences!
@sgorneau
@sgorneau 5 месяцев назад
This has to be the best hour and 20 minutes of learning on RU-vid! You are an excellent teacher! I hope you know how helpful and clear your style is.
@alexamin5003
@alexamin5003 Месяц назад
Agreed. As a React newbie, I felt challenged as he introduced brand-new concepts back-to-back-to-back. Very information dense and little hand-holding. No verbose explanations on concepts we already understand. This is my kind of tutorial! Thank you Mosh!
@johngoutung1229
@johngoutung1229 Год назад
I did struggle to learn React. A lot of wasted time. The problem? I did not know the basics of Javascript in first place. You need to walk before you can run. So I took a few very basic books (books, not complex tutorials!) and learned the fundamentals. After I learned the basics of Javascript, learning React became much easier. Edit: For those asking about the books, for the very basics I learned with "Javascript In Less than 50 Pages". And to develop my knowledge I learned with "Head First Javacript Programming".
@MattRose30000
@MattRose30000 11 месяцев назад
True. I'm currently working on a node application where the frontent is completely in Vanilla JS, and I'm starting to get frustrated because my code starts to get messy and it all scales poorly. I think now is the right time to port everything to React, especially if I want other people to contribute. I don't want them to see my spaghetti code.
@mrfabulous3303
@mrfabulous3303 11 месяцев назад
I think its a paid comment
@bringbackdislikes3195
@bringbackdislikes3195 10 месяцев назад
@@mrfabulous3303 It is, don't trust this scam.
@CedaFTW
@CedaFTW 22 дня назад
@@mrfabulous3303 It is a scam, the edit says "for those asking: literally no one asked LOL
@tayyabgee5503
@tayyabgee5503 Год назад
Thank you mosh!💌 I have my web paper after a day. This video is really helpful to study React with all the basic concepts for a beginner. Amazing!
@sergiohernandez72
@sergiohernandez72 Год назад
Finally an updated version of React tutorial! I love your videos so much, but didn't want to invest in the other course since it was class based and outdated, now that you have an updated typescript function based tutorial I'm definitely buying this spring break. Keep making awesome, high quality videos mosh!
@olanrewajudimeji3560
@olanrewajudimeji3560 Год назад
Hey bro,can you kindly share the React course when you buy it?, I am currently learning React,Mosh's course is great but it is so sad i can't afford to buy the course and i am currently in school,i am a student,i would be glad if you could share me the complete React course,await your response.
@betheguy7908
@betheguy7908 Год назад
@@olanrewajudimeji3560 Bro please do let me know, if you get any response. Thanks
@paulaneesh7
@paulaneesh7 Год назад
​@@olanrewajudimeji3560 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-f55qeKGgB_M.html Follow this course you won't regret, it's one of the best react videos on internet
@rowsncols
@rowsncols Год назад
@@olanrewajudimeji3560 get a job bro
@obiotwastaken
@obiotwastaken 4 месяца назад
All these indians arguing 😆
@alm683
@alm683 11 месяцев назад
awesome Mosh. Your teaching style is concise and to the point. I am subscribed to a number of online IT learning resources but this is by far is the best intro to React that I went through.
@KyleMaxwell
@KyleMaxwell 6 месяцев назад
I'm an engineering manager recently hired into a full-stack team that uses React - this was a great taste of how React works to give me a better sense of it!
@altom_weightlifting
@altom_weightlifting 6 месяцев назад
I've been developing for a few years and your style of tutorials are some of the best that i've come across. Thank you!
@monzerfaisal3673
@monzerfaisal3673 11 месяцев назад
Dude this tutorial is epic. I first started listening to it to check it out quick. It seemed understandable so i followed along over a few days and i'm not only understanding, everything is also sticking to my brain!!! thanks man
@alex_blue5802
@alex_blue5802 Год назад
Mosh's courses are the best way to learn. I love how he gives exercises so you can make sure you understood.
@sunilshastry
@sunilshastry Год назад
For everyone asking what theme he's using, its called "oh lucy"
@devquen7688
@devquen7688 Год назад
tks you
@arikmosfor4907
@arikmosfor4907 Год назад
🙏🙏
@user-bp8jq6fg2u
@user-bp8jq6fg2u 9 месяцев назад
Please how can I get the continuietion of this course
@lordesca4364
@lordesca4364 8 месяцев назад
​@@user-bp8jq6fg2uyou can purchase or you can download it
@dhavaldudheliya6938
@dhavaldudheliya6938 7 месяцев назад
Thanks bro. I am here for that same question and first comment is yours ❤
@SerialLinker
@SerialLinker 11 месяцев назад
This is exactly the video I was looking for. I'm backend software engineer since 13 years, I want to progress on the frontend development but usually I found tutorial that are not detailed enough for me. Here it's really clear, put I my playlist and let's finished all my personal project which are working fine using postman but without any frontend ^^
@senju31
@senju31 3 месяца назад
I just finished the paid course and I must say it was great. I have been using regular/plain JavaScript for years and was holding out on learning React. This was a great introduction and was very digestible. Much love from Jamaica!
@mosesolayinks6361
@mosesolayinks6361 Год назад
Hi Mosh thank you for yet another fantastic course. I checked through the full course and I noticed there isn’t any topic covering unit testing in this react course. I think this is a very important in modern react tool belt and would be helpful if you can look at adding it
@sofijanet7648
@sofijanet7648 Год назад
Maybe it will be in part 2? Not sure.
@timSquash
@timSquash Год назад
I was wondering how you test react code
@juleslefumiste9204
@juleslefumiste9204 6 месяцев назад
@@timSquash by using console.log('working'); lol
@diegoorellana5019
@diegoorellana5019 Год назад
I was waiting for this course since last year, thank you so much Mosh, you're great teacher! thanks to you I've learn a lot and now I'm using it in my actual job! :') **big hug**
@uchennajoelicon1060
@uchennajoelicon1060 2 месяца назад
You're such a legend Mosh. This was my first completed react tutorial after several tries of grasping the concept. I even went ahead to make the button toggle the alert. And created other buttons to change the value of the main button from primary to warning to danger etc. It was great learning from you. Now onto real life projects from your website
@waveless7323
@waveless7323 Год назад
BRO AWESOME COURSE. I purchased the part 1 course and I have already finished it and now I am confident in coding websites. I am eagerly waiting for the part 2 course. I am also asking a request to make an updated React Native course with expo and routing and a full mobile application tutorial with firebase as backend. Keep up the hard work!! 👍
@saulgoodman7693
@saulgoodman7693 9 месяцев назад
I loved this REACT tutorial! Your explanation and demonstration is perfect. Your exercises helped me test my understanding of what I had learnt. Once again a greater lecture and an even greater learning experience! Thanks a lot Mosh! Keep up the great content and wish you more success in the future!
@rohanshah9593
@rohanshah9593 6 месяцев назад
Someone is considering changing fields
@ethanlal4517
@ethanlal4517 Год назад
Mosh, plz do me a favour. I simply love Svelte and think its the best but sadly it isn't very popular and doesn't have a large community. As a result, people and companies can't use it in their projects as much as they want to. I might be asking too much but I would really appreciate it if you could create a free Svelte course on youtube because I believe it will really raise Svelte's popularity and give it the attention it deserves. Love ur vids, keep the good work on.
@sofijanet7648
@sofijanet7648 Год назад
Yes please Mosh. That would be wonderful.
@anesukafesu7875
@anesukafesu7875 Год назад
Svelte is the best 💯
@programmingwithmosh
@programmingwithmosh Год назад
I’ll do my best!
@ethanlal4517
@ethanlal4517 Год назад
​@@programmingwithmosh Mosh, I don't know what to say. The fact that you listened to a random guy on the internet is simply amazing. I can't express my gratitude in words, so I won't make a mess of it. So stoked, love from India.
@ba8e
@ba8e Год назад
Svelte is SO FUCKING GOOD... I kinda want it to be a secret xD
@phillip_jacobs
@phillip_jacobs 10 месяцев назад
Just finished the full course! Hands down the best tutor! Thanks Mosh!
@johnnyholiday1150
@johnnyholiday1150 Год назад
This is great thanks!! I hope that every project will show us how to use different tools and react features :) Thank you Mosh
@rakshiths6852
@rakshiths6852 Год назад
Please include unit , integration and end to end testing for the part 2 of the course. That would really be helpful to develop robust react apps in the real world.
@-0-__-0-
@-0-__-0- Год назад
I was planning to follow a particular React tutorial but there's no other resources I can find except for one that uses react in the front-end. How fortunate I was in discovering this completely new 1 hour tutorial. Thanks man ya the real MVP.
@sivanarulanbu9252
@sivanarulanbu9252 Месяц назад
Refer telusko bro django is different world
@-0-__-0-
@-0-__-0- Месяц назад
@@sivanarulanbu9252 I meant react jesus it's been a year already.
@andresantos-ud4ht
@andresantos-ud4ht Год назад
Thats an amazing course. I totally recommended. With detailed explanation, full of examples and exercises. In the end, there as an project, exemplifying everything learned.
@MegaRc1989
@MegaRc1989 5 дней назад
I love how you keep your code clean and explain every step as well as a few other ways to achieve the same goal. This helps a ton!
@graniteprogrammingtutorials
@graniteprogrammingtutorials 9 месяцев назад
The biggest problem with this video is that it gets confusing and as a viewer I lose focus with the extra bootstrap, typescript and vite information instead of focusing just on REACT. I understand that these technologies are used in addition to REACT but for a complete newbie to REACT I find it hard to realize what is REACT code and what isn't. That being said I give this video an A+ for its content and delivery. Keep making great informational tutorials like this I love them!
@jwoods9659
@jwoods9659 9 месяцев назад
Well that is React a big mess every developer pretends is enjoyable to code it.
@veryhyped
@veryhyped 9 месяцев назад
@@jwoods9659facts. thanks for being honest. what’s the alternative?
@242feder
@242feder 4 месяца назад
@@jwoods9659 one and a half hour and 80+ packages installed + node and vite, variables that can not change a value using an equal (=) you have to use an updater function!! etc...all this to do something that you can do in 5 minutes with plain javascript... millennials in their maximum expression
@Eqqoftw
@Eqqoftw Год назад
Hi Mosh, thank you for the great React course. I cant wait for the advanced topics. Are you able to share when we can expect the advanced course?
@wilsonimpson2788
@wilsonimpson2788 Год назад
This was incredibly helpful! Particularly getting my IDE set up to then work alongside GPT4/CoPilot... nothing can stop me now! :)
@imrans.learning4u
@imrans.learning4u Год назад
Learn Pandas in 15 minutes: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ypV5EFbFzk8.html
@aaravarya4406
@aaravarya4406 Год назад
It came just in perfect time when I wanted to begin with react. Thank you.
@sam-the-developer8753
@sam-the-developer8753 Год назад
same here the guy is a life saver
@dougm3162
@dougm3162 Год назад
haha foreal. I was watching his from 4 years ago.. then I saw this. "huh he just made another one just a few hours ago, how convenient."
@anuragmishra1197
@anuragmishra1197 3 месяца назад
do need to purchase his course or this video and some projects are sufficient??
@Sammy2100
@Sammy2100 Год назад
Thank you so much Mosh. I'm definitely purchasing this full course. I've been waiting for this since last year to help boost my skillset in my new phase.
@Sammy2100
@Sammy2100 Год назад
Just purchased it. 👍
@olanrewajudimeji3560
@olanrewajudimeji3560 Год назад
@@Sammy2100 Hey bro,can you kindly share the React course when you buy it?, I am currently learning React,Mosh's course is great but it is so sad i can't afford to buy the course and i am currently in school,i am a student,i would be glad if you could share me the complete React course,await your response.
@makanjuolabolajistephen1582
@@Sammy2100 Please how were you able to purchase the course, it keeps declining my debit card.. Please guid me on how to go about it. It will really go a long way.
@carolinaserrano8267
@carolinaserrano8267 9 месяцев назад
@@olanrewajudimeji3560 Did someone share it? i need it too
@ashwin0401
@ashwin0401 2 месяца назад
Any doubts about Reactjs Project : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3W0-oES7DUw.html
@fuzzy-02
@fuzzy-02 14 дней назад
I loved this tutorial because you didn't rush any explanations. You demonstrated everything and didn't leave much ambiguity in what's going under the hood. Thanks man!
@dushananuradha1098
@dushananuradha1098 Год назад
I am a QA engineer, but really eager in learning frontEnd dev. This tutorial has refreshed my React knowledge. Really great content.
@rakibislam463
@rakibislam463 Год назад
is this mobile responsive?
@dushananuradha1098
@dushananuradha1098 Год назад
@@rakibislam463 I meant React JS, not native
@rakibislam463
@rakibislam463 Год назад
@@dushananuradha1098 Bro, i understood what you're saying.But Don't you know when we make a project for a web,we have to also make it responsive for every device? that's why I asked you If it is responsive. Because I want to buy it.
@dushananuradha1098
@dushananuradha1098 Год назад
@@rakibislam463 I got your question now. Be descriptive when you ask a question since the other person doesn't know what is in your mind. Pls note I just referred to this tutorial video, not the full course. There, he explained it using only web applications during the tutorial. Thus, have no idea about the course's relevance to mobile application dev.
@MohammadMansourBone
@MohammadMansourBone Год назад
We have been waiting for this for a long time 😁
@chadzulu4328
@chadzulu4328 Год назад
This is a very thorough and easy to understand tutorial, thanks so much Mosh!
@mizile1486
@mizile1486 Год назад
I completed a short React course before coming to this video, and this video showed me more things that were skipped in that other course. Thanks
@dr.lalthompson4670
@dr.lalthompson4670 Год назад
Mosh plz put more effort into ur youtube thumbnails. Masterpieces like this ought to be seen by more people ;)
@GilbertoMadeira83
@GilbertoMadeira83 Год назад
33:00 when dealing with collections of simple items , you can use array.map( (item,index) => {}), the second argument to the map callback function returns the index of the element of the original array, then, you can simply set the key property using that index
@headcode
@headcode Год назад
I’ve done this before, too, but if you use index for your keys, and you say insert a new item in the middle of that array, then all the keys have to change when the component rerenders/reloads that block. Better to use keys that won’t change for a given item, no matter where it is in that array
@marilynm.7803
@marilynm.7803 8 месяцев назад
You're awesome Mosh! You're creating a great community with your videos and we appreciate you!
@gavate-patlacha-ram68
@gavate-patlacha-ram68 18 дней назад
00:04 Learn React from basics to advanced concepts and build fast and scalable apps 02:18 React is a JavaScript library for building dynamic and interactive user interfaces. 07:04 Install and run a React application using npm 09:38 The main structure of the project includes folders for third-party libraries, public assets, source code, and configuration files. 14:19 Using JSX to create dynamic content in React Components 16:47 React uses a virtual DOM to update the actual DOM. 20:59 Take your React skills to the next level 23:19 Create a list group component 27:39 Code in JavaScript gets compiled to React.createElement which can be used to create React elements. 29:48 Render a dynamic list of items using map method in JavaScript 34:18 Conditionally render JSX expression using the ternary operator 36:27 Functions can have parameters to get different messages depending on conditions. 40:50 Arrow function with browser event parameter and logging the event object 42:55 Specify the type of the parameter in TypeScript to get auto-completion and type safety 47:11 The state hook in React allows us to manage component data that may change over time. 49:11 React components can have state that changes over time 53:29 Pass data to components using props. 55:39 Implementing item selection notification 59:55 Create a component that can accept children. 1:02:05 Passing text as a child to a component 1:06:23 Use React DevTools to better understand your components and inspect their props and state. 1:08:34 Build a basic dynamic button component 1:12:52 Using TypeScript to enforce valid property values 1:14:57 Add a close button to the app component 1:19:20 Congratulations for completing the tutorial
@vrojak7636
@vrojak7636 Год назад
Thanks, lets see how well this prepared me for my job interview next week 🙌
@ArthurWuYeah211
@ArthurWuYeah211 Год назад
Hi Mosh, When I started programming in 8th grade, your Java course was the first course I used to teach myself coding. Now, I am about to go off to college for my Bachelor's degree in Computer Science. Thank you for guiding me through this subject, I really appreciate it. Your tutorials have truly opened this world up for me.
@xxcc5101
@xxcc5101 Год назад
Hi Arthur, I want to develop mobile applications, is react good for this? I am a little bit Confused between react and react native
@ArthurWuYeah211
@ArthurWuYeah211 Год назад
@@xxcc5101 Hello, I am no expert in mobile development (I'm more interested in machine learning), but React is typically for web development. React Native builds on React, and can be used for mobile development for both IOS and Android, as well as web development.
@Mahmoud_176
@Mahmoud_176 Год назад
@@xxcc5101 Better learn Flutter for Mobile development
@xxcc5101
@xxcc5101 Год назад
@@Mahmoud_176 can you say me why its better please?
@Mahmoud_176
@Mahmoud_176 Год назад
​@@xxcc5101 Because its the most used framework for mobile development nowdays
@peterwan1808
@peterwan1808 6 месяцев назад
The Ctrl + D shortcut to find the next occurrence of a word was such a neat trick! Really enjoying the lesson - thank you!
@cydexcode
@cydexcode 9 месяцев назад
once the video is posted by "mosh" you know that you are going to understand everything quickly... thanks for everything that you teach us... i hope you will never stop teaching cause you are a very good teacher.... much love.....
@marcw6875
@marcw6875 Год назад
I bought the full course a couple weeks back because I saw it was on sale. I've been enjoying it. Prior to this my only comparable experience was making a web app for a class that used just vanilla versions of HTML, CSS, JavaScript, and PHP. I'm liking how react comes together so far and have already been thinking I should try re-creating my class project using react. I don't know if Mosh reads these comments very often, but if he does, I have just one critique for his classes. I wish he would wait for at least a count of two after he types some long line of code before hitting tab, switching over to another file, etc. Especially after he has typed something that he knows his students will be trying to type as well. There have been so many times where I've been trying to wait until he types the full line before pausing, but then I miss it because he immediately moves somewhere else. lol. It's a minor nitpick, but I thought I would mention it. Otherwise, I've liked how the course is set up and I'm looking forward to putting together the bigger project in the last section. :)
@rakibislam463
@rakibislam463 Год назад
is this project mobile responsive?
@sediqiata2678
@sediqiata2678 Год назад
00:00:00 - Course Intro 00:01:55 Prerequisites 00:02:43 What is React? 00:04:57 Setting Up the Development Environment 00:06:24 Creating a React App 00:09:17 Project Structure 00:11:20 Creating a React Component 00:16:41 How React Works 00:19:00 React Ecosystem 00:21:04 Building Components 00:21:40 Creating a ListGroup Component 00:27:15 Fragments 00:29:42 Rendering Lists 00:33:11 Conditional Rendering 00:38:36 Handling Events 00:44:43 Managing State 00:50:44 Passing Data Via Props 00:54:42 Passing Functions Via Props 00:58:27 State Vs Props 01:00:00 Passing Children 01:05:04 Inspecting Components with React Dev Tools 01:07:14 Exercise: Building a Button Component 01:14:15 Exercise: Showing an Alert
@pedrolemos806
@pedrolemos806 7 месяцев назад
Top video, it was like watching tv, loved how plain and simple you explained the concepts. Please keep posting more of this!
@winstonmhango3437
@winstonmhango3437 Год назад
My first encounter was with mosh's React video from 5 years ago...and I belive its still on this channel...now that this is now out, using new react features, I will watch it all...and ofxourse share with my friends.
@siphillis
@siphillis Год назад
Super glad you went with TypeScript instead of JavaScript. TS really is the future, and every JS dev would benefit by incorporating it into their toolset.
@ba8e
@ba8e Год назад
Unnecessary bloatware...
@surajghodke1033
@surajghodke1033 Год назад
Mosh thanks for the awesome course... Is this also include upcoming part 2? Or we have to purchase seperate part 2?
@programmingwithmosh
@programmingwithmosh Год назад
That’ll be a separate course.
@makanjuolabolajistephen1582
@@programmingwithmosh Please I can't subscribe to any of your course, it keeps declining my debit card(mastercard and visa).. Please help out, it's saddening.
@TheYAWHNIE
@TheYAWHNIE 9 месяцев назад
This made my "migration" from Angular to React very smooth! Thanks 🙏
@helloworldprogram58
@helloworldprogram58 10 месяцев назад
Thank you for making this course!! you are a very good instructor and explain things in a very easy manner!! I understood everything in no time!! Thank You!!❤
@zohaibashraf3625
@zohaibashraf3625 Год назад
Mosh would you like to share the vscode theme you used in your course ?
@sofijanet7648
@sofijanet7648 Год назад
I think its Material UI.
@marjo9952
@marjo9952 Год назад
It's the "oh lucy" theme in extension marketplace
@user-se3th7mz8e
@user-se3th7mz8e 6 месяцев назад
He cheats viewers by giving the wrong msg in thumbnail saying all the content in one video .. and he tries to push users to buy his course for the rest of the contest... Although Mosh is a great lecture but at the same time misleading the thumbnail and wasting users time dear mosh please do not do this!
@user-se3th7mz8e
@user-se3th7mz8e 6 месяцев назад
@cricketknowledge5393 no
@alwinw64
@alwinw64 6 месяцев назад
This is just an introductory course bro, take it easy. Anyone who knows anything about this stuff knows that an entire course cannot be completed in 1 hour 😂
@ouadieelouardy1171
@ouadieelouardy1171 6 месяцев назад
1sr he didn't say full course! 2nd his courses are priceless. They worth every penny you pay
@ezziukas
@ezziukas 5 месяцев назад
​@@ouadieelouardy1171he state "you will learn REACT in 1 hour" :) you barely can start the development enviro in that time for the first time.
@suham5132
@suham5132 4 месяца назад
@@ouadieelouardy1171 2nd one isn't applicable to everyone. I also thought bro was providing everything from intro
@blitzritter7867
@blitzritter7867 6 месяцев назад
This is a great course, well structured, not too fast and in depth explanations
@velvetknitter
@velvetknitter Год назад
Amazing! Thank you, I've learnt so so much. You make learning these things so engaging and clear.
@oyeSAURABH
@oyeSAURABH Год назад
Don't tell me we have to buy the next part.
@sarmadrafique426
@sarmadrafique426 Год назад
You have to. 😂😝
@bharathsingh6566
@bharathsingh6566 Год назад
Well, check the description for full course.
@anshikgupta2993
@anshikgupta2993 Год назад
Yes we have to
@harishpenta9876
@harishpenta9876 Год назад
😅🤣
@nocopyrightgameplaystockvi231
It's $10, not even a thousand rupees. So I think you can spend that much provided this guy is giving here high quality content.
@AS-ld5mz
@AS-ld5mz 2 месяца назад
I don't think this is a beginners course. You need to have some knowledge and be familiar with the concepts otherwise you're easily lost.
@manuelsanchezweb
@manuelsanchezweb Год назад
Supercool! I also released a crash course from React, but in Spanish and only with JavaScript. Your channel is very inspiring!
@soupnoodles
@soupnoodles Год назад
Could you not have mentioned at the start of the video that the "Ultimate react course" you were talking about wasn't this video itself? That totally misleads people to think you'd be building and deploying that application within this course. Anyone reading this: **You have to pay for the actual 'Ultimate react course' and this video just isn't it**
@faisalmahmood1908
@faisalmahmood1908 Месяц назад
Brilliant tutorial, but some reasons why I downvoted: 1. False advertisement, the video thumbnail advertises "learn react 1 hour" and then the intro tells us how you are going to make this production grade app, so I invest in watching what you claim to elude that I will learn react in 1 hour and make this production grade app. 2. 20 minutes in, "oh btw this is actually a 8 hour course and you have to pay for the rest". Immediate dislike. Aside from that this is a great video, high quality production and easy to follow, it's a shame you let yourself down so badly.
@abdulwarissherzad9914
@abdulwarissherzad9914 7 месяцев назад
Thank you for "React Tutorial for Beginners", I love your explanation, and thanks that while playing your video series, I haven't seen an advertisement.
@kakyoindonut3213
@kakyoindonut3213 Год назад
you're a savior for uploading this right in time as I was learning react!!
@bp-ob8ic
@bp-ob8ic Год назад
This was great!! Thanks for the update. A ton of things that make so much more sense now.
@rustyandduke282
@rustyandduke282 Год назад
Hi Mosh, Loved the explanation. I'm new to React and all this. I believe we need to turn off the 'format on save' feature during the Alert component example, as I could see autoformat changed the code as well brackets were removed from the return statement on saving. Took a minute to figure it out what was wrong when my Alert box was not appearing even after adding correct bootstrap classes. But my main question is is there a way out , can we work with on it without disabling the 'format on save' ?? 🤔 TIA
@arnhav6090
@arnhav6090 Год назад
EXACTLY WHAT I NEEDED. THANKS SO MUCH
@VideoUser47316
@VideoUser47316 Месяц назад
Backend developer trying to be full-stack here. Best explanation of React concepts I've seen before. Thanks a lot!
@akaijoe3582
@akaijoe3582 Год назад
Looks great! Vite was a good choice for a modern react course. Hopefully that means we are one step closer to a NextJS course 🤞
@meowmeowmeow1243
@meowmeowmeow1243 Год назад
This is so awesome, thank you so much Mosh!
@walius1988
@walius1988 3 месяца назад
This was my very first tutorial for React and I loved it. I am a back end developer and I want to learn React.
@Kidrock87
@Kidrock87 7 месяцев назад
Thank you for the tutorial! I have a question, or rather, observation. At 55:02, basically the section of "Passing Functions Via Props" while understanding that we can pass functions through props is important. The example's result of logging the item's name into the console could be solved easily with adding 1 line after setSelectedIndex(index); that is: console.log(item); which essentially does the exact same thing :DD Definitely not me trying to devalue your tutorial video, rather, I'm quite happy that I noticed I could do a little something with how little I know of React thus far. Thanks for the video again!
@actnowordreamon6774
@actnowordreamon6774 7 месяцев назад
That is a great overview. I walk through it, done all exercises and have a better understanding.
@Nxck2440
@Nxck2440 Год назад
I have an interview tomorrow where they will ask me to make some kind of app in React. I've barely even coded in JS before, let alone React. Your vid was just in time, tysm!!
@paakwesio
@paakwesio Год назад
How did your interview go?
@Nxck2440
@Nxck2440 Год назад
@@paakwesio better than I thought :) it turns out I wasn't expected to know much about flask, it was more of a test to see how fast I could learn and apply it in the interview
@markergaming8394
@markergaming8394 11 месяцев назад
Bought the course. $20 for the best teacher. Great way to give a hour of content first and add value.
@Ruin3.14
@Ruin3.14 7 месяцев назад
Thank you, just got a job that uses React and I needed a refresher. Great video!
@raulremesalvanmerode4458
@raulremesalvanmerode4458 Год назад
watched part of the other react video of yours yesterday. Great timing on this video!!
@MehrabEvanC94
@MehrabEvanC94 3 месяца назад
The best thing I like from his contents that he provides a great overview review with the simplest explanation in 1-2 hours duration which is very easy to grab the basics which is the most required objectives for a software engineer to go for agile approach.
@vunpac5
@vunpac5 Месяц назад
Man this video is brilliant, I find it very helpful you go in depth when it's needed, but not so much to cover things that aren't really relevant, and then you challenge us to do something with the things we have learned as well as adding a bit extra forcing us to continue to learn. As I have always said about collage/uni, they aren't there to teach you everything there is to know about a subject, but share with you what they have learned and teach you how to continue to learn after the courses. You have great material. Keep it up!
@user-lr8yu7yd2c
@user-lr8yu7yd2c 8 дней назад
Thank you Mosh, you are really good at teaching. I learned a lot from this tutorial and I like the extensions and shortcuts you recommend.
@MaxenGaynier28
@MaxenGaynier28 3 месяца назад
Went to the website and purchased the course... hands down the best money I've ever spent.
@tommasotranchese150
@tommasotranchese150 Год назад
this is probably one of the best tutorials so far, I just wished you went a little slower sometimes cause I had to stop and catch up with the code, but overall I understood like everything, so it worked! thank you
@geek_24
@geek_24 9 месяцев назад
Namaste everyone! 🙏 If you're keen on learning programming and diving into ReactJS in Hindi, I've created a video just for you: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-SFXJUy_WFAg.html. Take a look if you're interested! Thank you and happy coding! 🚀
@markbtw7987
@markbtw7987 25 дней назад
Saw your subscribe button flash with a sleek animation when you said to subscribe, thought "I'm in the right place"
@daminisuthar9790
@daminisuthar9790 4 месяца назад
Absolutely well defined and amazing content. Finally got something which is easy and quick video to refresh React.
@cassandradantico500
@cassandradantico500 9 месяцев назад
what a fantastic video thank you so much. so easier to follow than other videos out there
@user-qy5in4oj6p
@user-qy5in4oj6p 7 месяцев назад
You are one of the best teachers which i have looked. Only necessary information without water. I am a backend developer, but with your lessons i plan to structure my knowledges about frontend and developer some pet project. And maybe i will try react native
@Liubov_110
@Liubov_110 Год назад
Mosh, Thank you so much for this excellent tutorial. As a Python Web developer on a studying stage sometimes I see mentions of React in job openings for fullstack development. Now it will no longer scare me, as it is with html/css/bootstrap collection. By the way, I guess Django Template Language took {{ double curly braces }} only because {single ones} were reserved by JavaScript
@rahulpyd1
@rahulpyd1 8 месяцев назад
Not an active React developer but learned quite a lot from the videos. Thanks. Very engaging.
@ildisilaghi2306
@ildisilaghi2306 Месяц назад
I became an avoidant to learn new things in dev cause not getting the explanation usually make feel anxious. Until I found your channel. And not just I understand rapidly, but already feeling the eagerness to learn more. Now that's something ! Thank you !!!
@mnaufalfarras_
@mnaufalfarras_ 11 месяцев назад
Very enjoyed watching this video and thanks to Mosh who created this amazing beginner tutorials. I think this video can easily understand by someone who started using ReactJS now 😄
@callme_SAUCE
@callme_SAUCE Год назад
the tutorial is so amazing its easy to follow THANK you Master Mosh! newbie here!
@meshkaka
@meshkaka Год назад
Whenever i want to get my hands on any new technology, i first check IF EXISTS in this channel .Thanks Mosh.