SHSamani Humairainvite-vs-cra.dev·Nov 1, 2024 · 12 min readA Beginner’s Guide to Developing a Simple CRUD ApplicationApplication Pre-Requisite: Before we dive into the development of our CRUD application, make sure you have the following prerequisites: Basic Understanding of Node.js, Express, and MongoDB. Node.js and MongoDB Installed on Your Device: Ensure that ...00
SHSamani Humairainvite-vs-cra.dev·Dec 2, 2023 · 3 min readWhy 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...00