Keechma is a pluggable micro framework for Reagent written in ClojureScript
  • Home
  • News
  • Guides
  • Examples
  • API Docs
  • Source Code

Project

  • Index

Namespaces

  • keechma
  • toolbox
  • dataloader
  • controller
  • subscriptions
  • pipeline
  • controller
  • core
  • ui

Toolbox 0.1.6

Keechma Toolbox.

Installation

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

[keechma/toolbox "0.1.6"]

Namespaces

keechma.toolbox.dataloader.controller

Public variables and functions:

  • ->Controller
  • constructor
  • Controller
  • map->Controller
  • register
  • run-dataloader!
  • wait-dataloader-pipeline!

keechma.toolbox.dataloader.subscriptions

Public variables and functions:

  • make-subscriptions
  • map-loader

keechma.toolbox.pipeline.controller

Public variables and functions:

  • ->PipelineController
  • constructor
  • map->PipelineController
  • PipelineController

keechma.toolbox.pipeline.core

Public variables and functions:

  • ->CommitSideffect
  • ->DoSideffect
  • ->Error
  • ->ExecuteSideffect
  • ->RedirectSideffect
  • ->RunPipelineSideffect
  • ->SendCommandSideffect
  • call-sideffect
  • commit!
  • CommitSideffect
  • do!
  • DoSideffect
  • Error
  • execute!
  • ExecuteSideffect
  • ISideffect
  • map->CommitSideffect
  • map->DoSideffect
  • map->Error
  • map->ExecuteSideffect
  • map->RedirectSideffect
  • map->RunPipelineSideffect
  • map->SendCommandSideffect
  • pipeline!
  • pipeline-errors
  • redirect!
  • RedirectSideffect
  • run-pipeline!
  • RunPipelineSideffect
  • send-command!
  • SendCommandSideffect

keechma.toolbox.ui

Public variables and functions:

  • <cmd
  • route>
  • sub>