David Ongaro·4 days agoIntro to ViteVite is a build tool and development server for modern web applications, particularly JavaScript frameworks like Vue.js or React. It was created by Evan You, the creator of Vue.js, and was designed to provide a faster and more streamlined development experience than traditional build tools like webpack. Vite uses a…Vitejs3 min readVitejs3 min read
Prasad LakshaninEnlear Academy·6 days agoTop 7 Ways to Create React App — without using create-react-appWhat is the best tool for starting a new React project in 2023? — You are new to web development and want to learn ReactJS. Most tutorials and even chatGPT tell you to use an official tool called create-react-app. But it’s a trap; if you use it, you've already failed your react developer admissions test, and as a punishment, you need to learn ember.js…Vitejs7 min readVitejs7 min read
Wesley GrantinBits and Pieces·Mar 21Managing Large Web Applications with Monorepos and WorkspacesWhen building large web applications, managing code across multiple projects can be a challenge. Each project may have its own dependencies build system and deployment process. This can lead to a lot of duplication, inconsistency, and overhead. …Vitejs5 min readVitejs5 min read
Sam Mwape·Mar 19How To Deploy a Rails, React and Vite Webapp using Docker.Deploying a web application built with Rails, Vite, and React can be a complex task, especially when it comes to managing dependencies and ensuring that the application runs smoothly in different environments. …Vitejs4 min readVitejs4 min read
Badreddine Boudaoud·Mar 18Create a React app with Vite and deploy it on GitHubIntroduction Deploying a React app on GitHub can be a great way to share your application with others and make it available online. In this article, we will walk through the steps required to create a React app with Vite and deploy it on GitHub. React is a popular open-source front-end…Vitejs7 min readVitejs7 min read
Muhammed cuma·Mar 18Supercharge Your React Development with Vite: A Fast and Efficient WorkflowIf you’re a React developer looking for a fast and efficient workflow, Vite is a tool that you should consider. Vite provides instant feedback on your changes and updates your React components without the need for a full page reload. This makes the development process much faster and more efficient…Vitejs2 min readVitejs2 min read
Calum Scott·Mar 17Deploying a ViteJS frontend to FlyIoIf you have attempted to deploy a simple ViteJS React app to fly.io and are encountering issues, you are not alone. This article aims to assist you with the deployment process by outlining how to utilize docker and Fly.io’s config file to deploy a ReactJS Vite app. Github repository with…Vitejs2 min readVitejs2 min read
Alcides Bezerra·Mar 16Runtime enviroments with React + Vite + Heroku pipelinesDeploy React enviroment-aware apps using heroku pipelines and Vite — The problem(s) When you build a react app which makes API requests, most of the time you're using a base url like 'http://localhost:3001/api/v1' in development, some other url in production, and setting it up like this: …Vitejs3 min readVitejs3 min read
Dipankar·Mar 15Bake Better Web Apps with Design Patterns: A Deliciously Easy ApproachPart-2: Cook Up Some Reusable Code: Using Factory Pattern in React.js PREVIOUSLY⏮ > Part-1: Batter to Model: A Delicious Introduction to Design Patterns This whole blog is further divided into 3 sections SECTION-1: The Bakery 🏭 SECTION-2: The Real Deal 🛒 In this post, we’ll dive deeper into the world…Vitejs8 min readVitejs8 min read
djangsters·Mar 15Hello Vite: Sinking my teeth into ViteLast year I did a few things focusing on increasing the performance of JavaScript development. Well, to be honest, I did a lot of things, I talked about Storybook, I presented about Rusty tools, I ran a comparison of Next.js …Vitejs4 min readVitejs4 min read