theatre/packages/dataverse
Cole Lawrence 1387ce62d2 refactor: Add working Nominal types, clarify identifiers
* Use more Nominal types to help with internal code id usage consistency
 * Broke apart StudioHistoricState type

Co-authored-by: Aria <aria.minaei@gmail.com>
2022-05-05 07:58:44 -04:00
..
devEnv Fix various issues with the build system (#129) 2022-04-21 22:03:51 +02:00
docs Add hotness details to dataverse docs (#138) 2022-04-29 19:04:21 +02:00
src refactor: Add working Nominal types, clarify identifiers 2022-05-05 07:58:44 -04: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.4.8-dev.3 2022-04-15 13:28:14 +02:00
README.md Improve the documentation of dataverse (#116) 2022-04-06 17:28:08 +02: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. Check out the Get started guide for a more practical introduction.

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