chantastic / reactpatterns

Patterns for React Developers
http://reactpatterns.com
1.73k stars 101 forks source link

I'm waiting for your new videos of React! #25

Closed xgqfrms-GitHub closed 7 years ago

xgqfrms-GitHub commented 7 years ago

function component

https://codepen.io/chantastic/pen/EZwJMa

this is very good demo, thanks a lot!

React Component Type

  1. class component
  2. stateless component

both of type components should be introduced as well!

chantastic commented 7 years ago

Thanks! Yeah, I'm running a bit behind on the video making.

Sadly, we had some family emergencies that took my focus off the vids. But hopefully new in classes in April.

I think the next set of videos learnreact.com class will be on setState. Does that sound like a good next class?

xgqfrms-GitHub commented 7 years ago

Thanks for your reply!

chantastic commented 7 years ago

Also, there's a repo setup for the site. If you'd like, add an issue with classes you'd like to see. I'm always eager to hear what folks want to learn.

https://github.com/learnreact/learnreact.com

Thanks!