https://github.com/floating/restore-devtools
DevTools Component for Restore to observer and time travel actions and state
https://github.com/floating/restore-devtools
devtools react restore state
Last synced: about 1 month ago
JSON representation
DevTools Component for Restore to observer and time travel actions and state
- Host: GitHub
- URL: https://github.com/floating/restore-devtools
- Owner: floating
- License: mit
- Created: 2018-07-25T22:20:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T22:21:24.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T20:47:56.026Z (over 1 year ago)
- Topics: devtools, react, restore, state
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restore DevTools
*DevTools Component for [Restore](https://github.com/floating/restore) to observer and time travel actions and state*

## Install
```
npm install restore-devtools --save-dev
```
## Import
```javascript
import DevTools from 'restore-devtools'
```
## Enable
Now we can drop `` anywhere in our application to enable dev tools!
## Related
[Restore](https://github.com/floating/restore) - A predictable & observable state container for React apps