A simple README for @theatre/dataverse
This commit is contained in:
parent
bf0367bd0d
commit
f7cc267746
1 changed files with 6 additions and 0 deletions
6
packages/dataverse/README.md
Normal file
6
packages/dataverse/README.md
Normal file
|
@ -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.
|
||||
|
Loading…
Reference in a new issue