-
Notifications
You must be signed in to change notification settings - Fork 11
Description
You've kindly provided many helpful examples, however they are all running in JSbin-esque services.
Aside from the high level concepts and APIs, I'd like to see an example application or skeleton app that includes modern tooling: tree shaking/dead code elimination via Rollup, etc.
The partial.lenses readme discusses this, so I'm pretty sure Calmm.js' authors know and appreciate these techniques.
The Quickstart included in this documentation is based off of CRA which uses webpack and doesn't include any advanced dead code elimination.
I realize bundle optimizations probably don't belong in a Quickstart, and that given the wild west of JS tooling its not exactly your place as a library authors to hold our hands and tuck us in at night. But for those of us unfamiliar with bootstrapping out own JS projects but nevertheless intrigued by the functional and reactive concepts Calmm teaches, a simple example would take us far!