Murali Singhmuralisingh.hashnode.dev·Oct 8, 2024Level Up Your React: Insights and Notes from Nadia Makarevich’s Advanced PlaylistIn this blog, we will explore a range of new concepts from Nadia Makarevich’s Advanced React Playlist. These topics might be familiar to you when you were or are learning of React, but we will dive deeper into this with help of Nadia Makarevich’s . L...Discuss·1 like·369 readsReact
Aravind Kishore Peerlaaravindkishore.hashnode.dev·Oct 6, 2024Understanding State in React: Why It's Needed and How to Use useStateWhat is State in React? State in React is a way to manage and store data within a component that can change over time. It allows components to create and maintain their own data, which can affect how they render and behave. Simple Explanation: Think...DiscussLearn React the Simple Way: A Step-by-Step Guide to Mastering ReactStateInReact
RIMANSHU SINGHforme.hashnode.dev·Oct 2, 2024Easy Routing in React: A React-Toolkit TutorialFirst Create a Folder with named anything. Open that Folder using VS Code. In vs code open terminal and write these command to create a React Application first. Here we are going to create react application using vite. Because of it is light weight. ...Discuss·6 likesReact-toolkit
Gondi Bharadhwaj Reddybharadhwaj.hashnode.dev·Oct 1, 2024Introduction to ReactIn this world of modern web development one tool has gained more popularity is React, a JS(JavaScript) library used to build user interfaces. Even if you’re developing simple web applications or complex single-page applications, React offers a powerf...DiscussReact
Debajit Mallickdebajit13.hashnode.dev·Sep 30, 2024Demystifying Virtual DOM in ReactIntroduction Virtual DOM is one of the most crucial topics for a React Developer. The essence of how React renders on the web lies in virtual DOM. This article will explain how virtual DOM works and its nitty-gritty details. What is Virtual DOM? The ...DiscussDeep Dive Into ReactReact
Sumit Upadhyaysumitmupadhyay.hashnode.dev·Sep 29, 2024Mastering createPortal in ReactJS: How to create portals in ReactJSWhat is createPortal As per the official documentation, createPortal let us render some children into a different part of the DOM. In simple words,createPortal lets you to render the component outside the current parent, or hierarchy. In above diag...DiscussJavaScript
Debajit Mallickdebajit13.hashnode.dev·Sep 28, 2024The Magic of Hot Reloading in ReactIntroduction Have you ever been working on a React app and found yourself continuously refreshing the page whenever you changed to see the updates? It can be a tedious and time-consuming process. Well, that's where hot reloading or HMR (Hot Module Re...DiscussDeep Dive Into ReactReact
Anubhav Guptaanubhavcreates.hashnode.dev·Sep 26, 2024Easy Setup: Vite, React & Tailwind CSS in Minutes!Table of Contents: Introduction Prerequisites Step-by-Step Setup Conclusion Additional Information Intrduction : In the ever-evolving landscape of front-end development, Tailwind CSS is revolutionizing styling with its efficient utility-first ...Agrim Chaudhary and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·58 readsreact js
Ashish Prabhakarashishprabhakar.hashnode.dev·Sep 18, 2024💻Payment Gateway 📸📸 Razorpay Payment Integration Welcome to the Razorpay Payment Integration project! This project demonstrates a simple integration of Razorpay into a web application using React and Node.js. 🛠️ Technologies Used React.js for the frontend Node.js...Discuss·2 likes·46 readsReact
Neha Sharmanehasharma1910.hashnode.dev·Sep 17, 2024How to Create Reusable Components in React JS?Around us, there are various IT Companies that are focusing on developing apps that can help streamline the various processes. Well, behind all this development a coder is responsible. But do they need to develop code whenever they develop any new ap...Discussreact js course