React from base template [NOT FOR PRODUCTION]
This is a barebones React template that uses the CDN links for React and ReactDOM. Just a single HTML running react without any build tools.
I wanted to see how much smaller the React bundle size is when using the CDN links. I also wanted to see how much smaller the bundle size is when using the CDN links and not using a bundler.
- Clone this repo
- Run
npx live-serverin the root directory