antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would you like to add SolidJS to this template?

eugenesvk opened this issue · comments

There is this cool new super efficient and performant reactive framework SolidJS.
As a learning exercise I've updated the MV3 version of this template (from this refactor/mv3 branch) to SolidJS (and also moved to yarn PnP to avoid the gargantuan number of node_modules files though had to replace esno with ts-node due to this). Current results can be checked out in this fork's mv3_pnp_solid branch, seems to be working fine just like the Vue version.

Would you like to add a SolidJS version to this template (though not sure how to best do that in the same repo, as a separate branch?)? Or would you prefer the opinionated part of the Vite Starter Templates to only cover Vue?

Thanks about it's out-of-scope of this template. Feel free to fork and maintain your own version.