Tag: HOC

The Real Difference Between useMemo and memo in React

Introduction: React useMemo Hook vs. memo HOC React, the popular JavaScript library for building user interfaces, provides a suite of tools and techniques to optimize the performance of your applications. Among them, useMemo and memo are two commonly used t...

Stop Coding before thinking Feat- HOC and Hooks Patterns Frontend System Design, Pt — 2

Coding is not just about making things work; it’s about crafting solutions that stand the test of time and scale gracefully into the future In the previous Blog, we talked about Render props and compound patterns in React, We are going to discuss more patterns to make our code ( life ) ...