MDMd Dilshad Alamindilshad-react-day4.hashnode.dev·Jan 20, 2025 · 3 min readReact Basic fundamentals questionsIs JSX mandatory for react? No,JSX is not mandatory for react, but it is highly recommended. JSX is syntax extension that allows you to write HTML like syntax within Javascript,making it easier to create and visualize structure of react components. I...00
MDMd Dilshad Alamindilshad0011.hashnode.dev·Dec 16, 2024 · 1 min readJavaScript ep-1Everything in JS happen inside execution context. Imagine a closed container inside which JS runs. The first compnet is knowns as variable component/memory component and the second component is known as code component. Memory component:It store all ...00