Vishal Singhthevishingh-react-jsx.hashnode.dev·Nov 28, 2024Understanding the Basics of JSX Syntax for BeginnersJSX (JavaScript XML) is a syntax extension for JavaScript that simplifies the process of writing React elements and components. 🛠️ It resembles HTML, making it intuitive and easy for developers to use. 🧑💻 Here's a detailed explanation of JSX fund...React
Aaksaaks.hashnode.dev·Oct 5, 2024React Day 3/40Today I began by learning that in main.jsx, the <App /> is essentially a function component, and we can create other function components in a similar way.I also encountered a few mistakes during this process. For example, although the function can wo...1 likereact for beginners
Aaksaaks.hashnode.dev·Oct 4, 2024React Day 2/40Creating own react library In today's learning session, I explored the creation of a custom React library. It helped me dive deeper into React's structure and strengthened my understanding of how components work together. Setting Up My React Library ...react for beginners
Aaksaaks.hashnode.dev·Oct 3, 2024REACT Day 1/40On my first day, I started by learning about the working of React itself different frameworks followed by creating a new project and took some time to familiarize myself with all the files and folders included in the setup. Here’s a little summary of...1 likeBeginner Developers
Aaksaaks.hashnode.dev·Oct 2, 202440 days ReactThe Leap into React Just like everyone else, coding for me began at the bottom of the ladder which is HTML and CSS. Growing up in a time when technology wasn’t exactly everywhere when I first encountered HTML in school, my curiosity ran deeper. The r...12 likes·35 readsreactchallenge
Stanleystanon.hashnode.dev·Dec 20, 20237 better ways to create React AppsPOV You are brand new to web development and you want to learn React.js, or you’ve been using it for some time and you are considering trying out its frameworks. When it comes to creating React apps, developers are constantly seeking improved methods...React frontend frameworks
Oluwatobitobilyn77.hashnode.dev·Aug 10, 2023Implementing Material UI In your React web applicationTable of Contents Introduction Uses of Material UI Setting up React Application Installing Material UI Understanding basic Material UI terminologies Project: Setting up a basic login page using Material UI Advanced learning guides available C...2 likesmaterial ui