
We created our own JavaScript library to solve one of the most precarious challenges developers face when building browser extensions that extend a website's native experience: Element injection, binding, and page state management.
Our solution makes it possible to cut out hours of development and fine tuning to get elements injected and bound to the correct page state.
This has been widely considered one of the trickier pieces of browser extension development, especially for single page applications. We enable developers to build element injection/binding workflows in minutes instead of hours and all in 30 lines of code, instead of 300.