Browsing Tag
vite
11 posts
From Parcel to Vite: A short story of a 100K LOC migration
We’ve migrated our three frontend projects from Parcel to Vite, and the process was… smooth. The backstory We…
Facing the Monster: An Analgesic for Relayphobia
In all these years of building interfaces with React, I used Apollo whenever I needed to consume an…
Why Vite is the best? Advanced Features of Vite
Learn about advanced features of Vite and how it can revolutionize your frontend development. ite is revolutionizing the…
DFGV: Self-Contained Full-Stack Web Apps
“Stack” is a loaded term. I did a substantial amount of development in college and grad school (both…
Web Development with Vite, Vue, and Flask
Introduction we’ll explore how to use Vue.js and Flask together to create an application. We’ll cover the process…
Deploy React Vite PWA to GitHub Pages
GitHub repo: https://github.com/iamfranco/example-react-vite-pwa Demo: https://francochan.co/example-react-vite-pwa/ Step 0: Initialise vite React app Create a new GitHub repo, clone it…
Killing the Create React App – CRA to Vite migration guide (Javascript)
Create React App (CRA) is a popular tool for creating React applications. It provides a quick and easy…
Shopify App – Theme Extension with React + Tailwind CSS
I’m releasing the full course in a few weeks. Pre-order here! 👉 Shopify App Theme Extension Course In…
React dans Symfony avec Vite
Problème du jour : je veux me mettre à React, mais avec un backend Symfony. Alors OK, vous…
An introduction to Vite ⚡
Vite is a JavaScript build tool that simplifies the way we build and develop front-end web applications. At…