Liking cljdoc? Tell your friends :D

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

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

× close