Hacker News new | ask | show | jobs
by BiteCode_dev 1891 days ago
If you haven't already, give a try to ViteJS.

It's from the author of Vue, and support both Vue and React, including JSX and TS.

It has the qualities of Vue:

- it works out of the box

- setup and usage are super easy

- it's wicked fast

- documentation rocks

I talked about it to one of my client 3 days ago. They tried it 5 minutes and decided to spend a day migrated their project immediately.

It's that good.

And the migration took only 2 hours.

1 comments

Seconding this! Went from npm/vue2/ts to npx/vite/vue3/ts and it's so much better.