Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshwrn/recoil-devtools


https://github.com/joshwrn/recoil-devtools

devtools react recoil

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Recoil Devtools

[![npm version](https://badge.fury.io/js/recoil-state-inspector.svg)](https://badge.fury.io/js/recoil-state-inspector)
![NPM Downloads](https://img.shields.io/npm/dw/recoil-state-inspector)

[Live Demo](https://joshwrn.github.io/recoil-devtools/)

# Install

```bash
# yarn
yarn add --dev recoil-state-inspector

#npm
npm install --save-dev recoil-state-inspector
```

# Usage

```tsx
import { RecoilInspector } from "recoil-state-inspector"

const App = () => {
return (





)
}
```