Articles by Tag #vite

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Setup a Micro-Frontend architecture in 15min with Vite!

In a monolithic frontend architecture, a single codebase handles the entire user interface. While...

Learn More 199 39Dec 10 '24

How to Dockerize Vite

As always, if you are just here to copy and paste, here is the final Dockerfile that will produce a...

Learn More 88 3Sep 19 '24

Understanding how Vite deals with your node_modules

This is an article about Vite and its features which are related to the node_modules of your...

Learn More 54 0Apr 21

Top 5 alternatives to Webpack

Introduction Complex front-end applications demand reliable build tools that resolve...

Learn More 47 1May 15 '24

Vite vs NextJs: which frontend framework is for you?

Vite vs Nextjs is a comparison of two popular frontend frameworks that offer different approaches to...

Learn More 44 14Aug 1 '24

Building in public a SaaS for $9K

Hi friends 👋 I'm currently working on building a SaaS platform to help Pilates studios manage...

Learn More 41 1Sep 11 '24

Mastering Server-Side Rendering (SSR) in React 19 with Vite: The Ultimate Guide for Developers

React has always been a game-changer in frontend development, and with the release of React 19, it...

Learn More 41 5Dec 22 '24

How I Leveraged Source Maps to Improve My Team’s Debugging

Let's face it, the modern web is full of magic. Nowadays, when I use Vite, spinning up a new project...

Learn More 39 7Mar 5

Migrating from Create React App to Vite: A Step-by-Step Guide

As React developers, we're always looking for ways to improve our development experience and...

Learn More 37 0Sep 1 '24

Vite: Future of Modern Build Tools

Frontend development has changed a lot, and so have the tools we use to build web applications....

Learn More 36 1Jan 7

Stop using create-react-app

This is a cry for help. I beg you, I am on my knees, weeping, imploring you... STOP USING...

Learn More 33 9Aug 24 '24

Create a Fullstack app with Vue and Go (And Tailwindcss v4)

This article is for new developers or people curious about Go, vue, or how to bulid a simple full...

Learn More 32 0May 29 '24

Testing Vue components with Vitest

Modern front-end development demands robust testing practices to ensure the reliability and...

Learn More 32 4Jan 13

Setting up Vite with TypeScript for a Simple To-Do List

In this guide, I'm going to walk you through the steps to set up a Vite project with TypeScript to...

Learn More 31 11Jan 16

How to Setup Path Alias Vite + React

Why Path Aliases? Path Aliases in Vite allow us to use custom paths to our project...

Learn More 24 4Jul 27 '24

Web Push Notifications with React and Firebase Cloud Messaging (FCM)

Welcome to a comprehensive master series on implementing push notifications across web and mobile...

Learn More 23 2Aug 2 '24

A beginners guide to using Vite with React

Introduction When starting a new React project, choosing the right tools can have a big...

Learn More 22 1Sep 5 '24

Building a Production Ready React Vite TypeScript Boilerplate

Overview As developers, we often find ourselves setting up the same tools and...

Learn More 22 0Nov 25 '24

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. ...

Learn More 22 0Aug 6 '24

I built a portfolio in minutes with Bolt and Manifest

TL;DR In this article, I'll show you how to build a complete portfolio with a backend to...

Learn More 21 2Feb 3

🌟 Comprehensive Guide to Firebase Cloud Messaging in React with Vite 🚀

Firebase Cloud Messaging (FCM) is a powerful tool for sending notifications and messages to your...

Learn More 19 0Jun 10 '24

Setting Up Project React and TypeScript Application with Vite and Tailwind CSS

Prerequisites Node.js installed on your machine Steps 1. Create a New Project with Vite First,...

Learn More 19 0Jun 2 '24

SEO Optimization for React + Vite Apps

SEO (Search Engine Optimization) plays a pivotal role in improving the discoverability of your web...

Learn More 17 5Feb 26

Why We Finally Moved Out of Next.js: A Developer's Perspective

The landscape of web development frameworks is constantly evolving, and developers frequently weigh...

Learn More 17 0Dec 8 '24

Best Practices for Using TypeScript in React with Vite

Best Practices for Using TypeScript in React with Vite Vite is a modern, fast build tool...

Learn More 16 0May 16 '24

Using environment variables in React and Vite

Environment variables are a powerful way to manage secrets and configuration settings in your...

Learn More 15 3Jun 7 '24

Building a CRUD app with React Query, TypeScript, and Axios

Learn how to use React Query for data fetching and state management in a React application

Learn More 15 0Jun 14 '24

How to setup Shopify Vite with Tailwind CSS.

Follow these steps to set up Shopify with Vite and Tailwind CSS for a modern development workflow. ...

Learn More 14 3Aug 31 '24

🚀 Vite + Shadcn + Tailwind + React + TypeScript + Starter Kit

📢 Introduction Setting up a new web application from scratch can be overwhelming,...

Learn More 14 1Mar 31

Building Micro Frontends with Vite, React, and TypeScript: A Step-by-Step Guide

In the world of modern web development, the demand for scalable and maintainable applications...

Learn More 14 0Sep 17 '24