Nadia MakarevichRefs in React: from access to DOM to imperative APILooking into why we need access to DOM in React, how Refs can help with that, and what are useRef, forwardRef and useImperativeHandle hooksApr 4, 20232142Apr 4, 20232142
Inreadytowork, Inc.bySagarTSMemory leak and Re-rendering error in ReactToday, we are going to talk about one of the most common yet ignored topics in React. Before that, let’s start with what a memory leak…Apr 24, 202360Apr 24, 202360
TechmadeHow to Handle Errors in an Enterprise React ApplicationDeveloping a large-scale React application in an enterprise environment can be a challenging endeavor. Among the many aspects of…Apr 22, 202314Apr 22, 202314
InLevel Up CodingbyRany ElHousienyCreating Module Federation Microfrontends with create-mf-appNow, we have an easy way to create a microfrontend app without all the webpack configuration using create-mf-app. I will be using it in…Oct 15, 2021156Oct 15, 2021156
InJavaScript in Plain EnglishbyRany ElHousienyMicro-Frontends From Beginner to ExpertIn this article, I will arrange all the previous articles and videos in a way that can help people understand Micro-Frontends, gradually…Mar 12, 2021135Mar 12, 2021135
Nadeem AhmadThe Power of useRef in React: A Comprehensive GuideIn React ref is a feature that provides a way to access and interact with a particular element of the rendered DOM tree. It allows you to…Mar 14, 2023873Mar 14, 2023873
InBetter ProgrammingbyHrishikesh PathakImplement a Facial Recognition Authentication Using React.js and TailwindCSSSecure your apps with face authorizationOct 5, 20221362Oct 5, 20221362
InBits and PiecesbyChameera DulangaUsing the Performance Web API with Chrome DevToolsNow, Chrome DevTools Supports JavaScript Performance Marks Logs and VisualizationJan 21, 2021677Jan 21, 2021677
Lazy Code5 Custom React hooks every developer should know!Hey developers! Writing Custom react hooks will help you to improve your application’s performance and maintainability. There are a few…Nov 15, 20221442Nov 15, 20221442
InDev GeniusbyJeeva RamanathanHow to Hide the Source Code in React from Dev Tools [3 different ways]3 ways in which you can hide or protect your React source code from the browserSep 30, 202273Sep 30, 202273
InITNEXTbyVitalii Shevchuk⚛️ Building ReactVirtual Scroll in 5 min — Alternative to Pagination and Infinite ScrollCombining the best from pagination and infinite scroll to enhance user experience and performanceNov 30, 2022592Nov 30, 2022592
engage_intellectUsing tRPC in Next.jstRPC is a framework for building TypeScript-based RPC (Remote Procedure Call) services. It offers a simple and easy-to-use API for defining…Feb 20, 202312Feb 20, 202312