Has anyone tried Convex with Plasmo here?
I'm exploring Plasmo to extend my app with chrome extension, wondering if anyone had experience with plasmo + convex here.
Also, is there any other chrome extension framework that works well with Convex?
2 Replies
Just skimming the docs it sounds like it would work. Chrome extensions require you declare some things in a manifest (what domains you will communicate with, what APIs you need etc.) so just like any other Chrome extension development you'd need to do that.
It looks like Plasmo is TypeScript and React among other things, so you should be able to use Convex normally.
@ballingt let me try it with basic react setup and revert if there's anything