Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwrn/recoil-devtools
https://github.com/joshwrn/recoil-devtools
devtools react recoil
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshwrn/recoil-devtools
- Owner: joshwrn
- License: mit
- Created: 2022-08-25T01:18:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T22:13:56.000Z (7 months ago)
- Last Synced: 2024-11-02T12:08:04.118Z (18 days ago)
- Topics: devtools, react, recoil
- Language: TypeScript
- Homepage: https://joshwrn.github.io/recoil-devtools/
- Size: 544 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
)
}
```