@datagraph/dgf
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

DGF (Datagraph Framework)

DGF is a state management framework written in TypeScript that allows in-application data to be organized as a directed acyclic graph in which each piece of data is a node and the edges are the dependencies between the data.

The two primary types of nodes are (1) functional nodes (FN) and state machine nodes (SMN). Each of these nodes exports a single value. The value an FN exports is a function of its dependency nodes, while an SMN's value depends on what actions it listens to and the dispatch history.

Package Sidebar

Install

npm i @datagraph/dgf

Weekly Downloads

1

Version

0.5.0

License

MIT

Unpacked Size

179 kB

Total Files

132

Last publish

Collaborators

  • andrezsanchez