© 2023 Hashnode
#vite
https://youtu.be/iCXnHkww79Y
In my previous post, I shared my experience with TSED. Today, I want to talk about a tool that has greatly increased my workflow: ViteJS. For those unfamiliar, ViteJS is a web application development …
Progressive Web Apps (PWA) are websites with some code that allows users to download it on their devices (either desktop or mobile) and use it as a native app. Of course, there are some limitations to…
We recently migrated our project from Parcel to Vite and the reasons for doing so are in this article. Even though migrating from Parcel to Vite may not be as difficult as migrating from Webpack to Vi…
If you enjoy this topic, you will probably like my articles, tweets, and stuff. If you're wondering, check out my YouTube channel and don't forget to subscribe and follow since I'm offering programmin…
Monorepos are hot these days and it can significantly improve the development workflow and productivity among teams. In this article, we will talk about how to set up a monorepo with Vite, Typescript,…
After learning about React Context, I wanted to test out my knowledge by building something, so I chose this challenge from Frontend Mentor to build a Social Media Dashboard with a dark mode theme swi…
What is Vitejs? Vite is a JavaScript development environment built on top of the V8 engine. It provides a faster and more lightweight development experience. Why do we need to use Vitejs? As an exampl…
Vite is a really, really fantastic toolchain for building front-ends. It's fast, has a great DX, and builds to a very small production size. Another thing Vite does well is that it builds files needed…
The regular introduction of new frameworks Astro, Remix, and Next.js (among others) and libraries in the JavaScript ecosystem are driving us to reassess how much code we genuinely need to deliver to t…