Anurag bhadauriyaab-dev.hashnode.dev·Aug 23, 2024EZ ReactJs ! Part 2 ( Introduction to JSX & Components )In our previous article we saw on how to create a reactjs project using vite. You can choose to follow up the code part of this blog on the same project. Understanding JSX in ReactJS JSX stands for JavaScript XML. It’s a special syntax that looks lik...EZ ReactJsReact
Ratan Sharmarat.hashnode.dev·Apr 7, 2024React Lesson #5 - ComponentsWhat are React Components? In simple words, react components are like Lego bricks for your website or app, allowing easy reuse and organization of code. They work independently, making updates simple and efficient. Components can handle specific part...React
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
Mushahir Mohamed 78mushahirmohamed.hashnode.dev·Oct 6, 2023JSX In React ?JSX is a (Javascript xml) is an extension to javascript syntax that allow you to write HTML -like code with in your javascript when working with react. It provide concise and expression way to describe the strcuture and appearence of your user inter...63 readsJavaScript
Thierry Bakerabakerathierry.hashnode.dev·Aug 28, 2023Build Modern Web Applications using ReactJS #2.🥳 Hello and welcome! 👋 This is part of a series of articles. If you are new and would like to begin with the first post, click here. In the previous post, we introduced this series and talked about component-based architecture and the virtual DOM. ...111 readsBuild Modern Web application using ReactjsReact JSX
Dhevaraj cdhevaraj.hashnode.dev·Aug 27, 2023JSX in React WorldMarkup with JSX JSX Stands for Javascript XMLJSX is an extension of Javascript used to write HTML inside a Javascript file There are different ways to write components. But most React developers prefer the conciseness of JSX. Javascript into Markup :...JSX
Joythejoyoftech.hashnode.dev·Aug 9, 2023JavaScript vs React.jsIf you're not prepared to be wrong, you'll never come up with anything original" - Ken Robinson. Yeah, It's me again. Today was one of those days, cozy but I had to be in between my laptop and my chair. It's still the same love-hate relationship, yo...21 likes·42 readsCSS
Smart Shocksmartshock.hashnode.dev·Apr 3, 2023Hello World - Introduction to JSXIn this blog post, we'll get started with React by building a simple "Hello, World!" application using JSX. Prerequisites Before we get started, you'll need to have Node.js and npm installed on your computer. You can download them from the official N...56 reads25 React Exercises for Practical LearningReact