Think in React by Breaking Your UI into Components

InstructorChris Achard

Share this video with your friends

Send Tweet

Every UI on the web can be thought of as a tree of "components".

Break down your UI in your mind by separating out "like" components. Those are what you'll turn into React components for displaying your data.