Keechma 0.3.1

Frontend micro framework for ClojureScript and Reagent.

Installation

To install, add the following dependency to your project or build file:

[keechma "0.3.1"]

Namespaces

keechma.controller

Controllers in Keechma are the place where you put the code that has side-effects. They are managed by the keechma.controller-manager which will start them or stop them based on the current route.