Articles tagged vite
Creating a TypeScript React Application with Vite
![Creating a TypeScript React Application with Vite](/assets-jekyll/blog/react-vite-number-converter/react-vite-social-903160c9311d863a51b02d459edebf204f06e36a3909a428544aa2f1e78ee64d.jpg)
Front-end applications are becoming ever bigger and more complex. It is not uncommon for a React app to have hundreds or even thousands of components. As the project size increases, build times become increasingly important. In large projects, you may have to wait up to a minute for the code to be translated and bundled into a production package run in the browser. The compile and load times for the development server are also a...