All Projects → oslabs-beta → Totalrecoiljs

oslabs-beta / Totalrecoiljs

TotalRecoilJS is a tool created to help developers visualize/debug and track their Recoil state via a Chrome extension.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Labels


Logo

A tool for Recoil developers
Download Chrome Extension»

View Demo App (Recoil Application)

Table of Contents

About The Project

Total RecoilJS is a tool created to help developers visualize and track their Recoil state via a Chrome extension.

Built With

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Install React DevTools

https://chrome.google.com/webstore/detail/react-developer-tools/

Installation

  1. Clone the TotalRecoilJS github
git clone https://github.com/oslabs-beta/TotalRecoilJS.git
  1. Install NPM packages
npm install
  1. Start development server
npm run dev
  1. Unpack to Google Chrome Extensions

  2. Navigate to Extensions -> Load Unpacked -> Select Total-Recoil/build/extension

Usage

Visualize your component tree and see which components are subscribed to which atoms. When you click on an atom’s name, all components that are subscribed to that piece of state will light up.

Troubleshoot by seeing the current state held in each atom.

View list of previous states to track changes. On the history tab, you can see up to 10 previous state snapshots.

View all selector-atom subscriptions using our interactive sunburst and click on any selector to see all subscribed atoms.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Anthony Lee - @linkedIn - @GitHub

Khizar Rehman - @linkedIn - @GitHub

Silvia Miranda - @linkedIn - @GitHub

Zi Hao He - @linkedIn - @GitHub

Kevin Ruan - @linkedIn - @GitHub

Acknowledgements

Denys Dekhtiarenko - @linkedIn - @GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].