An open API service indexing awesome lists of open source software.

https://github.com/fiddlerwoaroof/state-tree

A tree-based state-container with transactional mechanisms
https://github.com/fiddlerwoaroof/state-tree

Last synced: 7 months ago
JSON representation

A tree-based state-container with transactional mechanisms

Awesome Lists containing this project

README

          

# State Management Built around Undo

This state management system is built around two concepts:

1. State is accessed and set primarily through lenses that can be split off and composed.
2. A transaction can be initiated from the state tree, which records mutations in a separate branch until the
transaction is committed.