Why I switched from Parcel to Vite ?
build times are high? Give Vite a try
Dec 2, 20223 min read8.8K

Search for a command to run...
Articles tagged with #typescript
build times are high? Give Vite a try

I was too lazy to include webpack to bundle the react component as it needs a lot of boilerplate configuration code. so easiest way was to build the react typescript project using the typescript compiler with a little help from tsc-hooks. you can fol...
![[Part 1] - Build & Publish React component as NPM package using Typescript compiler](https://cdn.hashnode.com/res/hashnode/image/upload/v1680502323468/b83337d6-0fd5-4d4e-90a1-5176f094293d.png)