To get access to React features the class needs to inherit from the parent Component class.

Alright. Once the class has extended from Component, lots of useful features become available.

We need to use the extends keyword to inherit from the React Component class.