Don't create React apps with no build configuration.
Don't Create React App works on macOS, Windows, and Linux.
npx dont-create-react-app my-app
cd my-app
vim not-react.js
(npx comes with npm 5.2+ and higher)
We all mistakes. Import dont-create-react-app
to remove React from any
project.
require('dont-create-react-app');
This will automatically uninstall React for you!
Credit to @Tribex_ for the idea.