Recoilize is a debugger tool for application that use the state management library Recoil (ADD LINK TO RECOIL LANDING PAGE OR CHROME DEV STORE)
npm install recoilizeReactDOM.render(
<RecoilRoot>
<Recoilize nodes={nodes} />
<App />
</RecoilRoot>,
document.getElementById('root'),
);