Samani Humairasamanihumaira.hashnode.dev·16 hours agoWhy to choose Vite over CRA(Create-React-App)What is CRA? In React, CRA stands for "Create React App." It is a command-line tool provided by the React team to help developers quickly set up a new React project without the need to configure build tools like webpack or Babel manually. Create Reac...Discuss·1 likevite-vs-cra
Yuvraj Singhblogs.yuvrajsingh.me·Nov 24, 2023Solving SEO Challenges in CRA (and Beyond) Without Switching to Next.jsDevelopers using the Create React App (CRA) or any other basic React framework using Client Side Rendering(CSR) often face a challenge when it comes to implementing dynamic SEO for different pages. The common advice suggests migrating to a Server-Sid...Discuss·1 likeDynamic SEO
Sean Coughlinblog.seancoughlin.me·Nov 22, 2023Vite vs. Create React App: Navigating the Best Tools for Modern React Web DevelopmentThe web development ecosystem is constantly evolving, with tools emerging to enhance efficiency and ease of use. Two such tools that have gained significant attention are Vite and Create React App (CRA). While Vite is known for its speed and modern a...DiscussWeb Developmentvite
Aremu Olakunle Umarucolthedeveloper.hashnode.dev·Oct 22, 2023How To Create A React App With ViteA few months ago, a new official React documentation was released. To everyone’s surprise, there was nothing related to create-react-app(CRA) in the documentation. Which means they discontinue the use of CRA. Since they discontinued CRA, how can Reac...DiscussReact
Joel Adewoleblog.wolzcodelife.com·Oct 20, 2023Why You Should Use a Proxy Server With Create React AppThere are many cases in which developers need to consume APIs from the backend while using Create React App (CRA) to build an application. Because most client apps are hosted on different servers than the backend application, there are complications ...DiscussTipsReact
Peter Njugunapcodesdev.hashnode.dev·Oct 20, 2023Comparing Create-React-App vs Vite: A Comprehensive Guide for Front-end DevelopmentIntroduction Frontend development has become more accessible and efficient, thanks to the plethora of tools available in the market. Two notable contenders in this arena are Create-React-App and Vite. In this blog post, we will delve into the depths ...Discusscreate-react-app
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...Discusscreate-react-app
Yadvendra Shuklayadvendrashukla.hashnode.dev·Oct 5, 2023Building a React App from Scratch: Creating Your Own File StructureIntroduction Creating a React application is often simplified by using tools like "create-react-app." While this tool is fantastic for quick setups, understanding how to build a React app from scratch with your file structure can be immensely benefic...Discusscreate-react-app
Abdullahi salaudeentheonlyabdull.hashnode.dev·Sep 4, 2023Create your first React App on a Windows PCBuilding your first React app on a Windows computer may seem difficult, but don't worry, you're on the right track. React is a JavaScript library developed by Facebook in 2013 for building and managing large-scale applications with ease. When creatin...DiscussReact
Mohamed El Amine Yamaniyamanidev.hashnode.dev·Aug 27, 2023The Migration Adventure: CRA to Vite and npm to pnpmAs I was migrating a client's project from CRA to Vite I encountered plenty of issues. Some of which were due to certain imports that are specific to Webpack, the other ones were due to me using pnpm as opposed to npm. That wasn't a smart move, migra...Discussnpm