Shubham Sardablog.unwiredlearning.com·Jan 20, 2025React Installation: A Beginner's GuideReactJS is a popular JavaScript library for building user interfaces. Installing React on your system is straightforward and can be done using tools like Create React App, Set React App and Vite, which streamline the setup process. Additionally, you ...204 readsReact
Amit Pandeytechnegrity.com·Jan 7, 2025How to Create a React App: A Step-by-Step GuideReact is one of the most popular JavaScript libraries for building user interfaces. Whether you're a beginner or an experienced developer, creating a React app is an essential skill in modern web development. This step-by-step guide will walk you thr...React
Shubham Sardablog.unwiredlearning.com·Jan 1, 2025Comparing Create React App and Set React App: Speed, Flexibility, and PerformanceWhen embarking on a React project, selecting the right setup tool is crucial for an efficient development experience. Both Create React App (CRA) and Set React App are tools designed to streamline the setup of React applications, but they differ in s...set-react-app
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...88 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...create-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): ...1 like·79 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...MERN 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) ...create-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 ...createElement
Jan Škorubablog.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...184 readsvite