Goutam NathforGoutam's Blogsnathgoutam93.hashnode.net·May 5, 2022React.js Deep Dive as a beginnerSay you have decided to learn React JS. You started looking for a tutorial, found one and created a todo list App. Great start! Now Let's react in depth. What is React & Why to use ❓ React is an Open Source project created by Facebook, It is one of ...Andrew Baisden and 2 others are discussing this3 people are discussing thisDiscuss·107 likes·7.2K readsTHW Web Apps
BelloforBello's Blogtechstack.hashnode.net·Dec 22, 2020What is React?React happens to be the most popular JavaScript framework sourced from Stack Overflow Developer Survey (2020). It is the best alternative to two other popular JavaScript frameworks, Angular and Vue. They all allow you to create fast apps in the brows...Discuss·71 likes·538 readsReactReact
BelloforBello's Blogtechstack.hashnode.net·Dec 31, 2020React State Events Handling — 2This article is sponsored by Flutterwave - Flutterwave is the easiest way to make and accept payments both online and offline from customers anywhere in the world. It is absolutely free! In the previous article, we saw how a class-based function use...Discuss·70 likes·189 readsReactReact
0x04b030baforHumanoid0x04b030ba.hashnode.net·Apr 22, 2023Introduction to Vue.js - A Progressive JavaScript FrameworkIntroduction to Vue.js Vue.js is a popular JavaScript framework for building web applications. It's an open-source framework that was first released in 2014 by Evan You. Vue.js is a progressive framework, meaning that it's designed to be incrementall...Discussjavascript framework
Yashodeep NimbekarforDev Journeyyashodeep.hashnode.net·Apr 20, 2023Boosting UI Performance: Why React's Virtual DOM and JSX Make It a Top Choice for DevelopersReact is the most popular and trending JavaScript library among developers to build faster and more responsive User Interfaces. One of the major reasons the React library become so popular is because of its Speed and performance. In this blog post, w...DiscussJavaScript
Mrityunjay Singhformrutunjays.hashnode.net·Mar 17, 2023Understanding React Virtual DOM in 5 MinutesVirtual DOM React JS: A Comprehensive Guide As websites and web applications continue to become more complex, developers are always looking for ways to improve the performance of their code. One solution that has gained popularity in recent years i...Discuss·1 likeReact
Sawan Kumar JhaforSawan Kumar Jhatechysawan.hashnode.net·Mar 3, 2023Difference between virtual and real DOMThe virtual DOM and the real DOM are both representations of a web page's structure and content, but they are used for different purposes. The real DOM is the actual structure of a web page as it exists in the browser's memory. It is a tree-like stru...Discuss·29 readsJavaScript
Deniel HorvaticforDEVParadisedevparadise.hashnode.net·Feb 22, 2023How does React's virtual DOM work?Virtual DOM is one of the core concepts of React and we will explain how the virtual DOM works and why it's a critical aspect of React. What is the Virtual DOM? The virtual DOM is an in-memory representation of the actual DOM (Document Object Model),...Discuss·1 like·36 readsReact
Preeti samuelforPreeti Samuelkamilapreetisamuel.hashnode.net·Feb 22, 2023What is a virtual DOM and Why is it used in libraries/frameworks?Table of Contents Definition of Virtual DOM How Virtual DOM Works Virtual DOM in Libraries/Frameworks Benefits of Using a Virtual DOM Definition of Virtual DOM A Virtual DOM (VDOM) is a programming concept used in libraries and frameworks for b...Discuss·27 readsDOM
Bappi RahmanforBappi Rahmanbappirahman.hashnode.net·Feb 19, 2023Mastering React: Understanding Function Components, Class Components, Hooks, JSX, Props and the Virtual DOMIntroduction React is a popular JavaScript library used for building user interfaces. It was first introduced by Facebook in 2013 and has gained widespread adoption since then. React is known for its declarative programming style, which allows develo...Discuss·30 readsReact
Abhinandan MishraforAbhinandan's Blogabhinandanmishra1.hashnode.net·Feb 3, 2023Real DOM and Virtual DOM - Concept behind ReactWhat is Real DOM or DOM? DOM refers to Document Object Model and it is a tree data structure that represents the HTML document and nodes of the tree are HTML tags or elements in the document. DOM is an abstraction of the HTML of web pages. Who Creat...VINOD PRAJAPATI and 1 other are discussing this2 people are discussing thisDiscuss·37 likes·303 readsReact : Hands on learning from basic to advancedReact
Deepak SharmaforSharmag's blogsharmadeepak.hashnode.net·Feb 2, 2023React Performance Optimization ⚛️ [Part 2]Understanding the Virtual DOM in React In the first part of our React Performance Optimization blog, we introduced the importance of performance optimization in React and the key metrics for measuring performance. In this chapter, we will dive deeper...Discuss·32 readsReact
Vaibhav Tyagiforvaibhavtyagi.hashnode.net·Jan 18, 2023What is Virtual DOM in React?The virtual DOM is a fundamental React concept. If you've written React code in the past few years, then you've probably heard of it. However, you may not understand how it works and why React uses it. In this blog post, we will dive deep into the to...Discuss·58 readsReact