- use ES6
class
syntax - can make use of the class-component-lifecycle methods
- Class components extend from
React.Component
- You have to use
this
keyword to access the props and functions that you declare inside the class components
class
syntaxReact.Component
this
keyword to access the props and functions that you declare inside the class components