/untangled

A library for building full-stack Om Next webapps in Clojure/ClojureScript

Primary LanguageClojureMIT LicenseMIT

Untangled for Om Next

Untangled is a library stacked on Om Next that provides much of what is needed to use that library (client parser, networking, server elements, a database format, clear constructs for data loading). The intention is to provide you with most of the experience of Om Next with very little of the pain.

untangled

Release: untangled Snapshot: untangled

See GettingStarted.adoc to get going.

Once you’ve got the general idea, there’s more info in the developers guide, which is an interactive guide where you edit the code as you go. To use the developers guide, clone this repository and run:

./run-devguide.sh

and follow the instructions.

There are a number of demos that show how particular common things are done with Untangled. To view them use the run-demos.sh shell script at the top of this project and follow the instructions it gives.