Hacker News new | ask | show | jobs
by FBISurveillance 663 days ago
I also suggest checking out WXT (https://wxt.dev/) as an alternative (it's also faster using Vite and supports more frameworks).
3 comments

I built an extension for internal company use, using WXT. Fantastic dev experience, great docs, comprehensive examples. Exactly what a framework should do.
I will also recommend parcel (https://parceljs.org/recipes/web-extension/) We have been using it for the last 3 months, and the only time we did anything for config was in the first day
this is also very interesting...not sure what parcel is for tho, just a quick way to get a server up and running?
Not the server; it's just to have a good project setup, that allows us to use Typescript, multiple context scripts, and to use React
whoa this is just like plasmo but open source and free ?

what is the difference?