From f7cc26774656c3810d2ecfba5f64affba9f24ba8 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 5 Oct 2021 12:10:03 +0200 Subject: [PATCH] A simple README for @theatre/dataverse --- packages/dataverse/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/dataverse/README.md diff --git a/packages/dataverse/README.md b/packages/dataverse/README.md new file mode 100644 index 0000000..0d3825e --- /dev/null +++ b/packages/dataverse/README.md @@ -0,0 +1,6 @@ +# @theatre/dataverse + +Dataverse is the reactive dataflow library [Theatre.js](https://www.theatrejs.com) is built on. It is inspired by ideas in [functional reactive programming](https://en.wikipedia.org/wiki/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. +