Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Repository files navigation

IronMode

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.

Local development and Testing

Run in terminal:

clojure -A:dev
open http://localhost:9500/figwheel-extra-main/auto-testing

About

Lightweight FE library embracing the view = f(data) pattern.

Topics

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages