Answer the question
In order to leave comments, you need to log in
What's the difference between extends Component and extends React.Component?
There are 2 ways to create components in React:
1) NewComponent extends Component {...}
1) NewComponent extends React.Component {...}
What's the difference? What pitfalls may be in the future?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question