FREELessons: 2Length: 9 minutes
The very first thing you learn when studying React is writing components. Components are, after all, the lifeblood of React. But our components aren't always the best they can be, especially if we try to do too much within a single component.
In this Coffee Break Course, Envato Tuts+ instructor Jeremy McPeak will show you how to architect your components based on the single-responsibility principle in order to make your components easier to maintain. You'll also learn best practices when it comes to writing stateless components.
We've built comprehensive guides to help you learn JavaScript and React, whether you're just getting started or you want to explore more advanced topics.
1.Thinking in React: Functional Components2 lessons, 09:18
2 lessons, 09:18
1.1Introduction00:48
1.1
Introduction
00:48
1.2Thinking in React: Functional Components08:30
1.2
Thinking in React: Functional Components
08:30
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.