I am following this: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started
Which clearly says that the component won't work without the first import listed
import React from 'react';
import logo from './logo.svg';
import './App.css';
I just created my first tutorial app, opened App.js
and it is not there. Yet I can npm start
run it without any problems.