Tutorial by Topics: extends

Case 1: React.createClass({ }) Case 2: class MyComponent extends React.Component { } React.createClass was deprecated in v15.5 and expected to be removed in v16. There is a drop-in replacement package for those that still require it. Examples using it should be updated.

Page 1 of 1