1. 21
    Create a React Component Using the Class Syntax
    2m 12s

Create a React Component Using the Class Syntax

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

The hooks API that brought us useState, useEffect, and others became available in React 16.8, but the class syntax for creating components is still fully supported. Unless you're only working on brand-new React code, odds are good that you're going to come across components built as classes. In this lesson, we'll build a new component using the class syntax.