theatre/packages/dataverse
Fülöp 3d10325873
Add tests for Theatre.js + popular setups in the ecosystem (#165)
This implements some basic infra for testing Theatre.js with popular setups such as npm/yarn/pnpm, webpack/vite/parcel, js/ts, etc.

So far, the only existing setup has been with create-react-app. Will add more in the future.

Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
2022-05-17 20:53:01 +02: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 Implement inline keyframe editing (#135) 2022-05-16 14:14:47 +02: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 Add tests for Theatre.js + popular setups in the ecosystem (#165) 2022-05-17 20:53:01 +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