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