Harshal Sutharifourtechnolab.hashnode.dev·Jun 21, 2024React 18 Vs React 19 - Key Differences To Know For 2024Ever wondered how a simple technology can spark a revolution in the IT business? Just look at React.js - a leading Front-end JS library released in 2013, has made it possible. Praised for its seamless features, React.js has altered the way of bespoke...react 18 vs react 19
Abeer Abdul Ahadabeer.hashnode.dev·Jun 12, 2024Crucial React Hooks That Are Less UnderstoodIntroduction As React has become the top choice for building web applications, it's important to master all the concepts and topics that makes learning react incomplete without. If you have ever studied react for at least once, I am sure you know tha...28 readsReactReact
Kshitiz Kumarblog.kshitiz.net·Jan 27, 2024A New Mental Model of React 18The journey into React has been quite a ride for me. Back in the day, before the era of React Hooks, mastering the React lifecycle was like navigating through a complex maze. But you know what? I found it intriguing, and it became a part of my coding...101 readsReact
Soniya KaramchandaniforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 5, 2024New Features in React 18WHAT'S NEW IN REACT 18? In this blog, we will delve into the exciting new features that React 18 brings to the table. We'll take a closer look at how these enhancements, including concurrent rendering, automatic batching, and the new useId hook, are ...10 likes·216 readsJavaScript
Emzar Panikashviliepanikas.hashnode.dev·Dec 3, 2023React + Lib: How to include a local React UI library component into a React app. Part 1 of 2Cover picture by: Image by wirestock on Freepik For one of my projects, which I will probably describe in one of my next posts, I needed to create a react web application. Since I'm not good at styling, design and CSS are not my cup of tea, to say th...34 readsReact
Emzar Panikashviliepanikas.hashnode.dev·Dec 3, 2023React + Lib: How to include a local React UI library component into a React app. Part 2 of 2Cover picture by: Image by wirestock on Freepik The second part of the article, the first part can be found here: React + Lib: How to include a local React UI library component into a React app. Part 1 of 2 (hashnode.dev) Previously... In the first p...React
Shrihari Mfrontline-frontend-insights.hashnode.dev·Sep 12, 2023Step-by-Step Guide: Migrating Your React Applications to Version 18React, the popular JavaScript library is constantly evolving with updates and releases that introduce new features and improvements. As a React developer, it’s important to stay up to date with the latest version to take advantage of these enhancemen...React
Pr@jwalprajwal208.hashnode.dev·Jun 13, 2023Starting with React 18Introduction Completed Javascript language, Now Let's dive into the JavaScript library ReactJS. React 18 is the latest and most popular version of this JavaScript library, widely used for developing front-end applications. It provides a wide range of...46 readsWeb Development
Ehsanehsanumar.hashnode.dev·May 1, 2023useDeferredValue hook in reactuseDeferredValue is a new React hook that was introduced in React version 18. It is used to defer the update of a value in a component. This can help to improve the performance of the component by reducing the number of times it needs to re-render. T...11 likes·73 readsReact
Tushar Jagitusharjagi.hashnode.dev·Apr 16, 2023React 18 new features1) Concurrent React and suspense feature Concurrent React is a set of features and improvements introduced in React 18 to improve the performance and user experience of React applications. Concurrent React allows React to handle multiple tasks simult...29 readsReact