Keyrun KBkeyran-kb.hashnode.dev·Jan 18, 2024File Structure & Flow of ReactJS LibraryUsing Vite Tool - Install Using Vite - https://vitejs.dev/guide/ create-vite is a tool to quickly start a project from a basic template for popular frameworks. Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to...DiscussReact
Swapnil Pantswapn652.hashnode.dev·Apr 28, 2023Understanding the Folder Structure of a React ProjectWhen you create a new React project by typing the command npx create-react-app ., you see the following folders, sub-folders and files being created: Let's look into these folders, sub-folders and files one by one: node_modules: Modules are reusabl...Piyush Aggarwal and 2 others are discussing this3 people are discussing thisDiscuss·161 likes·696 readsReact