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

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

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*

![Restore DevTools](http://i.imgur.com/xn7dtIs.gif)

## 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