dont-create-react-app

Don't create React apps with no build configuration.

Usage no npm install needed!

<script type="module">
  import dontCreateReactApp from 'https://cdn.skypack.dev/dont-create-react-app';
</script>

README

Don't Create React App

Don't create React apps with no build configuration.

Don't Create React App works on macOS, Windows, and Linux.

Quick Overview

npx dont-create-react-app my-app
cd my-app
vim not-react.js

(npx comes with npm 5.2+ and higher)

example run of dont-create-react-app

Undoing React

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.