Cells
Cells
Cells is a library for interactive, asynchronous computation in ClojureScript.
Status: Alpha
Start by checking out the intro (in progress).
More examples:
Motivating use cases
- Fetch data from a URL
- Perform an action on a timer/interval
- React to user input
- Smooth dataflow experience: cells can reference other cells, and changes propagate through the system