The "messages" wrapper already exists #13
Replies: 1 comment 3 replies
-
|
Thanks for sharing those with me, I wasn't aware of any of the My messaging library only focuses on simple message passing, whereas As for the storage, I like the concept of buckets for the isolation, but it appears Also, these libraries and
Thanks for sharing! I got some good ideas from looking into them |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
First of all, I want to say that your work is very important for development extensions, I'm developing a chrome extension, and there's aren't a lot of tools to help develop easy, like developing a regular app... So thanks so much for the work!
Secondly, I've encountered another library which seems to have already implemented a nice wrapper for Message API (and also Storage).
Wasn't sure you've seen them:
@extend-chrome/messages
@extend-chrome/storage
Your API is a bit different than the above packages.
So, just want to point out, you can take inspiration from them and change what needs to be done better, or just use them under the hood.
Anyway, I'm very much for bettering the experience of developing chrome-extensions, in the Typescript-Era.
Beta Was this translation helpful? Give feedback.
All reactions