Neel Patelblog.neelbuilds.com·Nov 11, 2024Urban Global: Solution for Sustainable Brampton TransitHackathon Project by Cat-alyst Coders Theme: Sustainable Solutions for Brampton Transit Code: Github Executive Summary Urban Global is a user-centric, multi-modal trip planner designed to encourage sustainable commuting and reduce congestion in Bramp...Discuss·37 readsReact
Zeeshan Safdarzeeshansafdar.hashnode.dev·Nov 8, 2024Create-React-App vs. ViteReact Lecture 02 When starting with React, it's essential to understand the different tools and frameworks available for setting up new projects. 🚀 Create-React-App vs. Vite Create-React-App (CRA): 🛠️ This has been a go-to starter kit for React a...Discusscreate-react-app
Payal Porwalcodeswithpayal.hashnode.dev·Oct 6, 2024Detailed Difference Between npx create-react-app and ViteWhen creating a React project, the choice between npx create-react-app (CRA) and Vite has several significant differences in terms of file structure, configuration, and performance. Let’s break it down: 1. File Structure npx create-react-app (CRA): ...Discuss·1 like·59 readsReact
Sutapa Biswassutto.hashnode.dev·Aug 28, 2024Creating ThoughtTrack: A Step-by-Step Guide to Building a Notebook Web App with MERNIntro: In this Notebook, we will create a login, and signup page. We will also deal with the security point of view. Also, we will learn how to make frontend and backend separately Project Setup: create a react project Go to the folder where you wa...DiscussMERN Stack
Mazen Emammazenadel19.hashnode.dev·Aug 17, 2024Migrating from Create-React-App to Vite: Boosting Performance in Legacy ApplicationsI'm excited to share that we are successfully transitioning from create-react-app (CRA) to Vite in my workplace! 🎉 Switching wasn’t straightforward, but it was necessary. Our app was becoming increasingly sluggish, and the developer experience (DX) ...Discusscreate-react-app
Aman Pratap Singhamanps12.hashnode.dev·Aug 5, 2024Getting Started with Pure ReactA lot of you might be already aware of how to use react or might be still struggling with where to start. In both cases, this blog might be worth a read for you. Why? Because if you already know react then you might have asked a question to yourself ...DiscusscreateElement
Jan ŠkorubaProblog.skoruba.com·Jul 19, 2024Migrating from Create-React-App to Vite: Simple TutorialHow to Migrate from Create React App to Vite I recommend installing a new project with the Vite CLI and copying your code there. This way, you get the latest version of Vite configs, including tsconfig, etc. What I am using in the project: Sass SV...Discuss·139 readsvite
Sabhya Agarwalwebzen.hashnode.dev·Jul 18, 2024Lecture-2 create react ProjectLearn how to add code to a GitHub repo from this Git/GitHub tutorial. Documentation React React DOM is for websites, while React Native is for app development. npm - node package manager --> install package to your local machine npx - node package ex...Discusscreate-react-app
Rudraksh Tripathihustlecoder.hashnode.dev·Jul 15, 2024Starting with React: A Beginner's Journey Using Vite and CRAWhen setting up a React project, I found that using tools like Create React App (CRA) or Vite simplifies the process significantly. These tools provide a development server, build scripts, and a structured project setup out of the box. While React it...Discussvite
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Jun 8, 2024Vite vs CRA: Best Tool for React?When starting a new React project, you'll likely come across two popular choices for setting up your development environment: Create React App (CRA) and Vite. Both offer excellent functionality, but they cater to different needs. This blog post will ...Discuss·27 readsvite