062805f098
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaijs/pathval/releases) - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md) - [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pathval dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.vscode | ||
packages | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE | ||
README.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