/Recoilize

Recoil developer tool

Primary LanguageTypeScriptMIT LicenseMIT

Recoilize

Recoilize is a debugger tool for application that use the state management library Recoil (ADD LINK TO RECOIL LANDING PAGE OR CHROME DEV STORE)

** NOTE: STILL IN BETA **

Installation

Install Recoilize Module

npm install recoilize

** IMPORTANT **

Inject the Recoilize module into the RecoilRoot of your application

Must import all Atoms and Selectors and pass them into the Recoilize component as shown below
ReactDOM.render(
  <RecoilRoot>
    <Recoilize nodes={nodes} />
    <App />
  </RecoilRoot>,
  document.getElementById('root'),
);

Install Recoilize from Chrome Dev Tools

Open your application on the Chrome Browser and start debugging with Recoilize!

Supported only with Recoil applications

We will keep updating Recoilize alongside the updates from the Recoil.js team!

Contributors

Bren Yamaguchi @brenyama

Saejin Kang @skang1004

Jonathan Escamilla @jonescamilla

Sean Smith @SmithSean17