one of the libraries tha…

less than 1 minute read

one of the libraries that i’m pretty proud of: https://github.com/spaceribs/plopdown/tree/master/libs/messages/src/lib

Lets say you need to communicate a message from an extension popup to the background app, you want the popup side to fail if the structure of the message is only modified in the background app. This library owns the publishing and subscribing to those messages, and ensures both sides adhere to the contract.

Updated: