Hi,I want to code something about REACT COMPONENT. When I type these two lines in Visual Studio Code:
import React from 'React';
import ReactDOM from 'react-dom'.;
As screenshot shown,VS suggests me to delete these two lines.
Do we no longer need to import 'react' and 'react-dom' nowadays?