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

https://github.com/ulises-jeremias/recoil-devtools

DevTools for Recoil with hot reloading, action replay, and customizable UI
https://github.com/ulises-jeremias/recoil-devtools

devtools hacktoberfest logger react recoil recoil-devtools recoil-logger

Last synced: 7 months ago
JSON representation

DevTools for Recoil with hot reloading, action replay, and customizable UI

Awesome Lists containing this project

README

          

# Recoil DevTools

[![Build Status](https://github.com/ulises-jeremias/recoil-devtools/workflows/CI/badge.svg)](https://github.com/ulises-jeremias/recoil-devtools/commits/master)

Developer Tools to power-up [Recoil](https://recoiljs.org/) development workflow or any other architecture which handles the state change (see [integrations](#integrations)).

### Integrations

- [Recoil Logger](./packages/recoil-devtools-logger) is a recoil logging tool that lets you replay problems as if they happened in your own browser. This devtool is based on [redux-logger](https://github.com/LogRocket/redux-logger), but implemented for recoil in the react way.

- [Recoil Log Monitor](./packages/recoil-devtools-log-monitor) is a recoil logging tool that shows a log of states and actions, and lets you change their history. This devtool is based on [redux-devtools-log-monitor](https://github.com/gaearon/redux-devtools-log-monitor), but implemented for recoil in the react way.

- [Recoil Dock Monitor](./packages/recoil-devtools-dock) is a resizable and movable dock for [Recoil DevTools](https://github.com/ulises-jeremias/recoil-devtools). Powered by [React Dock](https://github.com/alexkuz/react-dock).

### License

MIT