React notes
🧠 Emmet (Shortcuts for HTML/CSS) What: A shortcut tool in editors like VS Code to write HTML/CSS faster. Why: Saves time by expanding short code into full HTML/CSS. HTML Example: ul>li*3 ➜ Expands to: CSS Example: m10 ➜ Expands to: margin: 10px; Usage: Just type and press Tab. Library vs Framework Library: 👉 You call…