1. 22
    Render UI Based on Props and State in a Class Component
    4m 29s

Render UI Based on Props and State in a Class Component

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In React, our UI is a function of state (and props). In this lesson, we'll create some internal state and pass some props into a class component and use them together to render some UI in the class component's render method.