ac74d6e374
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com> |
||
---|---|---|
.vscode | ||
packages | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
lerna.json | ||
package.json | ||
postcss.config.js | ||
tsconfig.jest.json | ||
tsconfig.json | ||
tslint.json | ||
wallaby.conf.js | ||
yarn.lock |
README.md
Redux DAG History
Nonlinear History
This project is a redux middleware that provides an alternative take on application history. Independent threads of user exploration are tracked as separate "branches" in a state DAG (Directed Acyclic Graph) inspired roughly by Git version control. Some additional concepts have been implemented, including:
- Pinning states of interest
- Checking for state equivalency before inserting a new state
- Tracking alternate routes to a state
- Import/Export