lynaghk / hicada

A cljs hiccup compiler that helps you be deliberate about runtime interpretation.

Home Page:https://kevinlynagh.com/notes/fast-cljs-react-templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Fast CLJS Hiccup Compiler

This is a fork of Hicada that:

  • warns about runtime interpretation, which nudges you to write faster code
  • uses type inference to avoid interpretation of values that can be passed directly to React

For background, see this article and this minimal usage example repo.

There will be no versioned releases of this fork, as I may wish to adjust the API to suit my needs. I suggest depending on the code via git submodule or pinned deps.edn and reading all commits.

About

A cljs hiccup compiler that helps you be deliberate about runtime interpretation.

https://kevinlynagh.com/notes/fast-cljs-react-templates/

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%