AKAman Khareinamank.hashnode.dev·Feb 23, 2025 · 3 min readUnderstanding ComponentsUnderstanding React Components We all have used HTML for creating specific web layouts like Header, Hero, Sidebar, Navbar, Footer, etc, styling with CSS for making it look beautiful plus adding some JavaScript as well so the web page can become inter...00
AKAman Khareinamank.hashnode.dev·Feb 22, 2025 · 2 min readUnderstanding PropsUnderstanding Props in a Easy Way. Props are nothing but the information which a parent component provides to its children component. That information could be any JavaScript value {for Ex: "functions", "Arrays", "Objects", "variables"}. Why we need ...00