Browsing Tag
vite
13 posts
Vite: Future of Modern Build Tools
Frontend development has changed a lot, and so have the tools we use to build web applications. Still,…
Building a framework less, offline first, cross platform application
This is the first article in my series: “Building a framework less, offline first, cross platform application” Introduction…
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…