Skip to content
/ hicada Public

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

License

Notifications You must be signed in to change notification settings

lynaghk/hicada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published