Lessons: 11Length: 1.7 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.1 Writing a Stateful Component

We usually strive for stateless components—they are simply more efficient and much simpler to maintain. But there are times when a component needs state, and so I'll show you how to write a stateful component in this lesson.