Class Components
Term side of the Card
Topic: Basics
Unit title: Class Components
Categories: Concept
Explanation side of the Card
Explanation: The way to create parts of the app using JavaScript classes. They can hold their own data (called state) and have special methods that control what happens at different times, like when they first appear or when they're removed.