Mido Sayedmidosayed.hashnode.dev·Sep 17, 2024How a Front-End Engineer Evolves: Writing React Code at Different Skill LevelsAs a front-end engineer, your coding style and approach change as you gain more experience and become familiar with advanced tools and techniques. In this article, we will use the Dog API to demonstrate how to fetch an image at different skill levels...26 readsSuspense in React
Meet Makwanamsquare.vercel.app·Jul 18, 2024Suspense is Killing Your React App (in a good way)Hey what's up react folks, since you're here, let me explain what i mean by "Suspense is Killing your application" real quick. Imagine your React app as a slow-moving snail. It's sluggish, frustrating users, and costing you potential customers. Now, ...1 likeReact
gunjan agarwalgunjanagarwal.hashnode.dev·Mar 9, 2024React Memory LeaksIntroduction: Memory leaks in React applications can be a silent performance killer, impacting user experience and overall application efficiency. In this blog post, we'll explore the causes behind memory leaks, discuss effective detection strategies...10 likes·65 readsReact
Agbe Mosescybermaxi.hashnode.dev·Oct 31, 2023The Advanced React Compound Component PatternIntroduction In the world of React development, the Advanced React Compound Component Pattern is a powerful concept that enables us to build parent components and their associated child components, which are designed to work seamlessly together. This...177 readsAdvanced React Techniques
Susmit Mukherjeesusmit.hashnode.dev·Aug 11, 2023Why Code-Splitting is a lifesaverBehind the Scenes When we create a React app a modular structure is followed, where different parts of the application are divided into separate files or modules. The app may also depend on various third-party libraries or packages. But when this app...3 likes·112 readsReact
Divyesh Godhanidivyeshgodhani.hashnode.dev·Jun 27, 2023Revolutionize Your Web Development with React: A Comprehensive GuideReact is a popular JavaScript library used for building user interfaces. It allows developers to create interactive and reusable components that efficiently update and render data-driven views. Here is a step-by-step explanation of React: Step 1: Set...React Development Guide