theatre/packages/dataverse
2023-08-03 11:32:15 +02:00
..
devEnv Fix the dangling promises 2023-08-03 10:52:10 +02:00
src Fix the bug where unsubscribed prism listeners might still fire one last time 2023-02-01 12:32:46 +01:00
.gitignore Initial OSS commit 2021-06-18 13:05:06 +02:00
LICENSE Initial OSS commit 2021-06-18 13:05:06 +02:00
package.json 0.6.3-dev.1 2023-08-03 11:32:15 +02:00
README.md Add tests and docs to dataverse 2023-01-21 22:04:20 +01:00
tsconfig.json Build: Add a commonjs bundle to dataverse 2021-06-28 16:37:02 +02:00

@theatre/dataverse

Dataverse is the reactive dataflow library Theatre.js is built on. It is inspired by ideas in functional reactive programming and it is optimised for interactivity and animation.

Dataverse is currently an internal library. It is used within Theatre.js, but its API is not exposed through Theatre. This is so that we can iterate on the reactive internals while keeping the public API stable. We plan to eventually have an LTS release, but for now, expect a high release cadence and API churn in dataverse while the API in Theatre.js remains stable.

Documentation