Shikhar Shuklashikhar99.hashnode.dev·Oct 18, 2024Building a Todo App with React, Vite, and Tailwind CSSIn this tutorial, we will build a simple, yet functional, Todo App using React, Vite, and Tailwind CSS. If you're looking to quickly prototype or create a polished application, these tools offer a great combination of speed, flexibility, and ease of ...31 readstodoapp
Rohan Shrivastavarohanblogs.hashnode.dev·Jun 19, 2024Vite: A Game-Changer for React DevelopmentIn the ever-evolving world of web development, tools and technologies continually emerge to streamline and enhance the development process. One such tool making waves is Vite. Designed to address common challenges in modern web development, Vite of...vite
Pawan Luhanathepawanluhana.hashnode.dev·Apr 3, 2024Seamless Web Development with Tailwind CSS, Vite, and React.jsIn the fast-paced world of web development, efficiency is key. Luckily, with the dynamic trio of Tailwind CSS, Vite, and React.js, you can supercharge your workflow and bring your projects to life faster than ever before. Let's dive into how you can ...1 likevite
Pawan Luhanathepawanluhana.hashnode.dev·Apr 1, 2024Quick Start Guide: Creating a React.js Project with ViteAre you eager to start building React.js projects but feeling overwhelmed by setup? Let's simplify it with Vite, a lightning-fast build tool. Here's a beginner-friendly guide: Step 1: Install Vite First, install Vite globally on your machine: npm ins...React
Mohammad Maasirmaasir.hashnode.dev·Oct 14, 2023Deploy a Vite + React app to GitHub pagesOnce you are done with your react project, you would like to showcase it online, both the output as well as the source code. Since the majority of us will be pushing our code on GitHub, why not deploy it using GitHub pages? Here's an example: maasir5...1 like·29 readsvite
Rubel Mehmedrubelmehmed.hashnode.dev·Oct 14, 2023Migrating from create-react-app to Vite with Jest and BrowserslistIn the ever-evolving world of React development, staying updated with the latest tools and best practices is paramount. One significant change is the transition away from create-react-app (CRA) as the preferred bundler for new React applications. The...create-react-app