Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.04 KB

File metadata and controls

35 lines (25 loc) · 1.04 KB

🚀 Coding Basics

This repository is structured into multiple folders, each focusing on a specific aspect of React development. Below is a breakdown of the folder structure and the topics covered in each.


📁 Folder Structure & Topics

Code File: index.html

  • Introduction to React and key concepts
  • Difference between libraries and frameworks
  • Understanding CDNs, crossorigin attributes
  • Difference between development and production builds

Code File: App.js

  • Setting up a React app
  • Introduction to modern tooling (e.g., Vite)
  • Overview of initial React project structure

Code File: App.js

  • Understanding JSX
  • Deep dive into JSX
  • Composition of components
  • Understanding <script> tag attributes

✨ This folder focuses only on basic-level concepts.