Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knowler/ways-to-use-react
A git history of different methods of setting up React. A personal study.
https://github.com/knowler/ways-to-use-react
Last synced: 1 day ago
JSON representation
A git history of different methods of setting up React. A personal study.
- Host: GitHub
- URL: https://github.com/knowler/ways-to-use-react
- Owner: knowler
- Created: 2019-05-18T02:10:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T02:42:03.000Z (over 5 years ago)
- Last Synced: 2024-10-14T05:01:46.200Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ways To Use React
1. HTML + UNPKG production builds + non-JSX (120kB)
2. Babel standalone (120kB + 2mB Babel)
3. Babel compilation (120kB)
4. webpack (117kB)
5. Using `preact-compact` (21kB)
6. Using just `preact` (11kB)So I guess the bare minimum React setup will be around ~120kB.
`create-react-app` seems to produce a bundle around the same
size.