React Component Marries Chrome Browser Extension

Less than two years later, Chrome browser extension requests opportunity to see other code. Ever wondered how to wrap a Chrome browser extension inside a React component to allow the extension to run as a SPA? The Expired To Be: SPA version does just that. It is a React alarm component I wrote that wraps and queues alarms in conjunction with the Chrome browser API. Having React stand in as Chrome's storage, queue, and notification platform worked out really well. Although obviously there is the maintenance and understanding of the integral relationship between the two technologies, the same can be said for Redux or any technology that is tightly integrated. SPA History: The Marriage Visual Overview: A detailed schematic outlining the integration between the React 'Alarms' component and Chrome browser extension can be found on GitHub: Expired To Be Page Load Architecture Diagram . As noted in the Expired To Be: SPA article on Sunday, April 2018, "B