This is work in progress. Use only for experiments and entertaiment.
Lightweight FE library embracing the view = f(data)
pattern.
fe-mode.lit
is lightweight wrapper around lit-html. It doesn't use
vDOM diffing but native browser capabilities on top of <template>
element and Shadow DOM.
fe-mode.ql
is the QL part of qlkit decoupled from React rendering.
It uses metadata on functions to define queries instead of custom macro syntax.
The goal is to have high-performance & lightweight library for writing PWAs in ClojureScript. We aim to support Hiccup syntax on top of lit (next step) and then Server Side Rendering.
Run in terminal:
clojure -A:dev
open http://localhost:9500/figwheel-extra-main/auto-testing