A modular browser extension for developers
Aside is a modular browser extension built to be a companion to any web application. The libraries provided by Aside allows users to render React components in their own application and have their interface render into the Chrome developer tools.
This notably allows developers to build developer tools that can evolve based on any application context. Users might want to use this to tailor their development experience based on:
- State management libraries (Redux, Recoil, Jotai)
- State persistence (Apollo cache, local storage)
- App routes