Menu
Wire LogoWire LogoDocumentationComparison with Redux
GitHub
🌜
🌞
Wire LogoWire Logo
  • Documentation
  • Comparison with Redux
  • GitHub
  • Guide
    • Installation
    • Structuring your App
    • Creating a Store
    • Creating a Root Store
    • Using in Components
    • Debugging & DevTools

Debugging & DevTools

First, install the extension from the chrome webstore: https://chrome.google.com/webstore/detail/wire/jdngjbjpnclpehccomgeeabplgebiilb.

Then, in your root store in src/state/index.ts:

const store = rootStore({
todos,
});
store.enableDebugging();
export default store;

Finally, open your app and open the Chrome DevTools. Wire will be added at the end as a tab.

Edit this page
Previous
« Using in Components
Copyright © 2021 Wire.