Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcaudate/legacy.tui-grid-history

Movement with History in React Blessed
https://github.com/zcaudate/legacy.tui-grid-history

Last synced: 25 days ago
JSON representation

Movement with History in React Blessed

Awesome Lists containing this project

README

        

# Tui Grid History

This is a simple example of using
[react-blessed](https://github.com/Yomguithereal/react-blessed) and
[immer](https://immerjs.github.io/immer/) in order to save history of
state. Based off of this
[gist](https://frontarm.com/swyx/reusable-time-travel-react-hooks-immer/).

![](https://user-images.githubusercontent.com/1455572/104409159-9baf0900-55a0-11eb-8100-38bf2ec1e6cd.png)

History is save as a timeline that can be walked via Redo/Undo Actions.

### Dev

``` shell
make dev
```

### Package

``` shell
make package
```