React Overview – Learn Next.js

preview_player
Показать описание

1:02 – Classes vs Functional Components
3:18 – Arrow Functions
4:29 – Props
7:25 – ES6 Destructure
8:41 – State
9:30 – Fragment
12:48 – ES6 Spread Items
13:22 – ES6 Filter
15:20 – React Hooks
19:02 – ES6 Rest Spread
20:23 – Conclusion

Course Code:

–––––
Рекомендации по теме
Комментарии
Автор

Great Video Just a comment for viewers
If you are a beginner the current version of react doesn't supports this.
const comp = ()=>{ <ul><li>1</li></ul>}
you need to add return
const comp = ()=>{ return <ul><li>1</li></ul>} to make it work.

yashdeephinge
Автор

1:02 Classes vs Functional Components
3:18 Arrow Functions
4:29 Props
7:25 ES6 Destructure
8:41 State
9:30 Fragment
12:48 ES6 Spread Items 
13:22 ES6 Filter
15:20 React Hooks
19:02 ES6 Rest Spread
20:23 Wrap up.

foundingfreedom
Автор

Thank you so much! Your videos are so helpful! :)

quartz
Автор

This was really helpful, great voice great explanation!

hfx
Автор

Awesome content mate. Could you do a vid on how to setup a next+react native monorepo

redbeard
Автор

I love the way you teach and I'm so excited that I found your channel (subbed) and learning this course from you. Can't wait to go through the rest of this playlist!

I've been doing the cpanel way with WP or static html sites for years and finally getting on this train but have doubts since my JS level isn't much. Would you say this is a good alternative to building blogs, ecommerce sites for someone who's learning still (I do that stuff with ease for my clients with woocoomerce for example) but just not knowing enough about how you'd have the blog post be edited, adding products, integrating shopping cart system (with db) is still putting me off.

Seems like your playlist has answers to lots of my questions but wondering if I can still upload / export a next.js site to cpanel easily?

eworld
Автор

It's amazing what you're able to do with React, but it's difficult for me to read and conceptualize the code at 15:00 - Can NextJS only be used if one understands React well?

svahora
Автор

do people still use Classes components for new components? thought it was a legacy thing now

unmy
Автор

for me the super(props) is automatically striken down and says deprecated?

aashiqahmed
Автор

whats the best way to use bootstrap with nextjs

anatolenavarro