Skip to content

Recoilize/Recoilize

 
 

Repository files navigation

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

About

Recoil developer tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.8%
  • JavaScript 19.8%
  • CSS 9.3%
  • HTML 1.1%