remorses / vitro

Build and showcase your react components in isolation
https://vitro.now.sh
398 stars 12 forks source link

Use vite instead of nextjs #3

Closed remorses closed 3 years ago

remorses commented 4 years ago

Nextjs isn't the best option for a project like this, the problems i encountered are

Snowpack will be a better option after pikapkg/snowpack/discussions/1208 and snowpack/issues/1052 are implemented:

benefits

remorses commented 3 years ago

I ended up building an alternative of snowpack and vite that has everything i wanted, it can be found here https://github.com/remorses/bundless

I am now using bundless in master