antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.9k stars 224 forks source link

Would you like to add SolidJS to this template? #83

Closed eugenesvk closed 2 years ago

eugenesvk commented 2 years ago

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?

antfu commented 2 years ago

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