I'm pleased to announce the first release of Reagami in 7 months!
Highlights:
- Key-based reconciliation
- Benchmarks: Reagami is in React-ballpark yet at 10% of the bundle size. Squint perf > CLJS perf.
github.com/borkdude/reaga…#clojure#clojurescript#squintcljs
The newly released version of squint can now run (a mildly modified) version of replicant:
github.com/squint-cljs/sq…
The Replicant TODO example app comes in around 18kb gzipped. (Reagami ~ 5kb, Replicant in CLJS ~42kb)
#clojure#clojurescript#squintcljs
If you want to try out my CLJS with async/await support + core.async based on async/await instead of state machine (probably better perf and less bundle size):
gist.github.com/borkdude/87cc6…#clojure#clojurescript
Spent an hour looking into adding async/await support to CLJS. Turns out it's not so difficult. I'm sure there's a few edge cases to iron out, but doable.
github.com/borkdude/cloju…#clojure#clojurescript