All Projects β†’ keechma β†’ Keechma

keechma / Keechma

Licence: mit
Micro frontend framework for ClojureScript and Reagent

Programming Languages

clojure
4091 projects
clojurescript
191 projects

Labels

Projects that are alternatives of or similar to Keechma

tailwind-hiccup
tailwindcss + hiccup = πŸ‘πŸ‘
Stars: ✭ 34 (-88.93%)
Mutual labels:  reagent
rata
State management through Datascript and Reagent
Stars: ✭ 42 (-86.32%)
Mutual labels:  reagent
notebook
Web based Clojure notebook application/-library.
Stars: ✭ 96 (-68.73%)
Mutual labels:  reagent
tengen
Simple let-based Reagent component fns for Clojure/Script
Stars: ✭ 50 (-83.71%)
Mutual labels:  reagent
double-bundle
Example for integrating React NPM dependencies with Clojurescript
Stars: ✭ 23 (-92.51%)
Mutual labels:  reagent
codesunaba
A simple ClojureScript code sandbox in your browser.
Stars: ✭ 18 (-94.14%)
Mutual labels:  reagent
learn-re-frame-course-files
🎦 Learn re-frame course files for building Cheffy app
Stars: ✭ 51 (-83.39%)
Mutual labels:  reagent
Kee Frame
re-frame with batteries included
Stars: ✭ 289 (-5.86%)
Mutual labels:  reagent
shadow-reagent
Starting point for ClojureScript apps with shadow-cljs, proto-repl, and reagent.
Stars: ✭ 35 (-88.6%)
Mutual labels:  reagent
electron-app
Electron app with deps.edn, figwheel.main, reagent, and test integration
Stars: ✭ 29 (-90.55%)
Mutual labels:  reagent
tomaat
πŸ… Slack integrated pomodoro timer... with Electron + ClojureScript!
Stars: ✭ 61 (-80.13%)
Mutual labels:  reagent
re-alm
An Elm Architecture experiment in ClojureScript
Stars: ✭ 24 (-92.18%)
Mutual labels:  reagent
reagent-material-ui
Reagent wrapper for MUI (formerly Material UI) v5
Stars: ✭ 149 (-51.47%)
Mutual labels:  reagent
shadow-firebase
shadow-cljs and firebase using google auth and persisting state to realtime database
Stars: ✭ 26 (-91.53%)
Mutual labels:  reagent
Stylefy
Clojure(Script) library for styling user interface components with ease.
Stars: ✭ 273 (-11.07%)
Mutual labels:  reagent
re-pressed
re-pressed is a clojurescript library that handles keyboard events for re-frame applications.
Stars: ✭ 150 (-51.14%)
Mutual labels:  reagent
nw-calculator
A crafting calculator for the New World game
Stars: ✭ 16 (-94.79%)
Mutual labels:  reagent
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+977.2%)
Mutual labels:  reagent
Expo Cljs Template
Expo template for Clojurescript React Native
Stars: ✭ 281 (-8.47%)
Mutual labels:  reagent
re-frame-http-fx-alpha
A ClojureScript client library for HTTP requests. Provides a re-frame "effect handler" keyed :http
Stars: ✭ 37 (-87.95%)
Mutual labels:  reagent

Keechma

Clojars Project

Keechma is a micro framework for Reagent written in ClojureScript. It gives you a set of utilities that allow you to build applications that have the following properties:

  • Deterministic and predictable behavior
    • Based on the route, you can determine what the application's state will be
    • UI never "requests" data it's always provided to it
  • Unidirectional data flow
    1. Route params are derived from the URL
    2. Application state is derived from the route params
    3. UI is derived from the application state
  • Loose coupling between components
    • Communication is performed through core.async channels
  • Automatic synchronization of entities' states
    • An entity is any data loaded into the app that has an identity (e.g. :id column)
    • Entities are stored in the EntityDB
    • EntityDB propagates entity state to every place where that entity is displayed in the UI
  • Enforced lifecycle (and memory safety)
    • Automatically load data on route change
    • Automatically clean up stale data on route change
    • Automatically set up event listeners on route change (e.g. listener on the WebSocket)
    • Automatically tear down event listeners on route change
  • Applications are first-class citizens
    • Applications can be started and stopped
    • Applications can be passed around
    • Applications can mount sub-applicationsns
  • UI components are decoupled and reusable
    • UI components can declare it's dependencies
    • Dependencies are injected when the application is started
    • Each component has own context
  • No shared globals
    • Router is bound to the application context
    • App state is bound to the application context
    • Multiple apps can run at the same time, each with own state

Documentation

Read the guides or the API docs to find out more about Keechma.

Name

Kičma (lat. columna vertebralis) is a Croatian word for backbone / spine.

Yes, it’s a nod to BackboneJS and SpineJS.

License

Copyright Β© 2016 Mihael Konjevic.

Distributed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].