https://github.com/joshwrn/recoil-devtools
https://github.com/joshwrn/recoil-devtools
devtools react recoil
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshwrn/recoil-devtools
- Owner: joshwrn
- License: mit
- Created: 2022-08-25T01:18:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T22:13:56.000Z (over 1 year ago)
- Last Synced: 2024-11-02T12:08:04.118Z (about 1 year 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
[](https://badge.fury.io/js/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 (
)
}
```