Liking cljdoc? Tell your friends :D

ripley.impl.dynamic

Dynamically bound stuff. Should not need to be used directly from app code.

Dynamically bound stuff. Should not need to be used directly from app code.
raw docstring

ripley.impl.util

Some implementation utilities.

Some implementation utilities.
raw docstring

ripley.integration.manifold

Integrate manifold deferreds and streams into ripley sources.

Requires dependency: manifold/manifold {:mvn/version "0.1.9-alpha4"}

Integrate manifold deferreds and streams into ripley sources.

Requires dependency:
manifold/manifold {:mvn/version "0.1.9-alpha4"}
raw docstring

ripley.integration.redis

Integrate Redis publish/subscribe to ripley source

Integrate Redis publish/subscribe to ripley source
raw docstring

ripley.integration.xtdb

XTDB query source integration.

Query source will listen to new transactions and rerun queries on any changes.

XTDB query source integration.

Query source will listen to new transactions and rerun
queries on any changes.
raw docstring

ripley.live.async

core.async source and pub sub

core.async source and pub sub
raw docstring

ripley.live.atom

Live component that tracks an atom's value

Live component that tracks an atom's value
raw docstring

ripley.live.collection

A live component that handles a collection of entities. Optimizes rerenders to changed entities only.

A live component that handles a collection of entities.
Optimizes rerenders to changed entities only.
raw docstring

ripley.live.hash-route

A live component for reacting to changes in the window location hash.

A live component for reacting to changes in the window location hash.
raw docstring

ripley.live.impl.http-kit

http-kit WebSocket connection implementation.

http-kit WebSocket connection implementation.
raw docstring

ripley.live.impl.pedestal-jetty

Pedestal (pedestal.io) + jetty WebSocket context support. NOTE: bring your own pedestal dependencies, Ripley does not provide them.

Pedestal (pedestal.io) + jetty WebSocket context support.
NOTE: bring your own pedestal dependencies, Ripley does not provide them.
raw docstring

ripley.live.patch

Define patch methods components can use and how they are encoded in messages and evaluated.

Define patch methods components can use and how they are encoded in messages
and evaluated.
raw docstring

ripley.live.poll

A polling source.

A polling source.
raw docstring

ripley.live.protocols

Protocols for live components.

Protocols for live components.
raw docstring

ripley.live.push-state

Helpers for working with history push state.

Helpers for working with history push state.
raw docstring

ripley.live.source

Working with Sources and converting to Source.

Source is the main abstraction in ripley that provides a way to listen for new changes in a live value.

Source can be anything that has a value and a way to get changes.

Working with Sources and converting to Source.

Source is the main abstraction in ripley that provides
a way to listen for new changes in a live value.

Source can be anything that has a value and a way to get
changes.
raw docstring

ripley.template

Implement a client side template.

Implement a client side template.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close