shohanur rahmanshohan777.hashnode.dev·Oct 9, 2024Why JSX? How JSX works behind the hood?Did you know it is not mandatory to write react code using JSX only? That you can use React.JS using CDN? But that is only the react library. While using the CDN you have to import two packages: react and react-dom. React is the core library that pro...11 likesReact
RIYA BHANDARIriyabhandari.hashnode.dev·Mar 17, 2024JSX: React's Secret SauceWelcome to the blog! In the world of web development, React has revolutionized UI creation with JSX – a simple syntax extension. Let's dive into JSX and its role in making React development more efficient. What is JSX? JavaScript XML, or JSX, acts as...1 like·85 readsReact 101: Navigating the FundamentalsReact JSX
Bhaskar Sahub23r.hashnode.dev·Feb 27, 2024Building Blocks of React: Mastering Components and JSXAre you ready to embark on a journey into the heart of React, the powerhouse of modern web development? In this article, we'll delve into the fundamental building blocks of React – Components and JSX. By mastering these key concepts, you'll unlock th...20 likes·61 readsDeconstructing React: A Comprehensive Dive into Front-end CraftsmanshipReact
Jayesh Chauhanofficialjitandrachauhan.hashnode.dev·Feb 24, 2023Can we use jsx without react?JSX (JavaScript XML) is a syntax extension for JavaScript that allows you to write HTML-like code in your JavaScript files. It is commonly used with React, but it is not limited to React and can be used with other libraries or frameworks. Here's an e...86 readsjsx details