Adjust spacing on readme
Add build report analysis table to readme
Add branch links to README
This project is based on the https://github.com/shadow-cljs/quickstart-browser project.
It is intended to demonstrate how a shadow-cljs project can use reagent with preact.
There are two branches, main and preact.
main contains the bare minium configuration for running reagent with react. preact contains the bare minimum configuration running reagent with preact.
On either branch you can see this in action by running
npm i
npm run build:watch
Compare the build output report by running this on both branches
npm run build:report
Browse the react branch
Browse the preact branch
Uncompressed, Optimized JS | Gzip, Optmized JS | |
---|---|---|
react | 271.29 KB | 75.02 KB |
preact | 163.03 KB | 40.61 KB |
-------- | ---------------------------- | ------------------- |
diff | 108.26 KB | 34.41 KB |