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 203 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 90 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 66 0Apr 21

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 52 6Dec 22 '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

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

Testing Vue components with Vitest

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

Learn More 35 4Jan 13

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 34 9Aug 24 '24

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 33 12Jan 16

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 24 2Feb 3

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

SEO Optimization for React + Vite Apps

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

Learn More 22 7Feb 26

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

Testing React Applications with Vitest: A Comprehensive Guide

Testing is a critical aspect of modern software development, ensuring that your code works as...

Learn More 21 2Aug 27 '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 18 3Aug 31 '24

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 18 0Dec 8 '24

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

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

Learn More 16 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 16 1Sep 17 '24

Set Up ESLint with Vite (React, React Hooks, and React Refresh)

Originally published here: ...

Learn More 16 4Jul 26

Modern Full-Stack Setup: FastAPI + React.js + Vite + MUI with TypeScript

Creating a scalable full-stack application can be daunting, but with the right tools, it can be...

Learn More 16 0Nov 6 '24

Vite 7.0 Is Here: Rust-Powered Speed, Smarter Tooling & a Cleaner Build Experience

If you're a frontend developer who’s ever whispered “Why is my build taking forever?” — this one’s...

Learn More 13 6Jun 26

Step-by-step guide: Adding client-side logic to your Hono app

A guide to adding client-side logic to your Hono app.

Learn More 13 0Dec 6 '24

Plug-and-Play Search with React + Vite

Vite fam, we just launched a new open-source Vite + React template that makes it easy to integrate...

Learn More 13 9May 30

How to Use Environment Variables in a React.js App with Vite

Environment variables are essential in modern web development. They allow you to store sensitive...

Learn More 13 5Dec 24 '24

Which JavaScript Bundler Is Right for You? A Deep Dive into Webpack, Vite, and More

In the world of web development, developers often debate the merits of two major bundlers: Webpack...

Learn More 12 0Jan 31

How to View Your Local Dev Server on Your Phone (VsCode Live Server, Next.js, React/Vite)

Hey Dev Community! 👋 Have you ever wanted to test your local web projects directly on your phone, but...

Learn More 11 6Dec 4 '24

Easiest Way to Set Up GitHub Action CI/CD for Vue.js Apps

Learn the easiest way to set up GitHub Actions CI/CD for your Vue.js apps. Automate builds, tests, and deployments - step-by-step guide.

Learn More 11 0Dec 14 '24

TanStack Table v8: Complete Interactive Data Grid Demo

TanStack Table v8 is a game-changer for data grids in React, but its headless architecture often...

Learn More 11 0Jul 19