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.