1. 4
    Create a Reusable React Component
    3m 40s

Create a Reusable React Component

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Components are at the core of building applications with React. In this lesson, we'll start with some static JSX markup and refactor it into a component that can be reused. We'll see how a React component is mostly "just JavaScript" when we use a JavaScript function to create that component. We'll also look at props in React and how we use props to configure specific instances of a component.