Animesh Kumaranimeshk.hashnode.dev·Jul 7, 2024Understanding React HooksReact Hooks are a powerful feature that allows you to use state and other React features without writing a class. Introduced in React 16.8, hooks have changed how we write React applications by making code simpler and more readable. In this blog, we ...Discuss·10 likesReact
Manvendra Singhnoder254.hashnode.dev·Jul 7, 2024Advanced Hooks: useMemo and useCallbackIntroduction Understanding the Importance of Optimization in React In the rapidly evolving landscape of web development, React has cemented its place as a go-to library for building dynamic and interactive user interfaces. However, as applications gr...Discusshooks
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...DiscussReactReact
Ugne Adomaityteugneadomaityte.hashnode.dev·May 19, 2024useCallback vs. useMemo in ReactReact offers plenty of hooks for various use cases. useMemo and useCallback are widely used hooks in the React community to solve performance issues. While they might seem similar, it's crucial to understand the key differences in how they function. ...DiscussuseMemo
Aryan kadamaryankadam.hashnode.dev·Apr 29, 2024React JS Beginner to Advanced series (5)Before diving into this blog, make sure you've checked out the part-1 of this blog in this series on my profile: ReactJS Beginner to Advanced Series That blog will provide you with essential knowledge and context for understanding the concepts discu...DiscussReact
Aishwarya Vermaaishwaryaverma28.hashnode.dev·Apr 10, 2024Exploring the Differences Between useMemo and useCallback in ReactReact, with its hooks API, offers developers powerful tools to optimize performance and manage state effectively. Two such hooks, useMemo and useCallback, play vital roles in optimizing React applications. While both may seem similar at first glance,...DiscussReact
Shreeyash SJshree8.hashnode.dev·Apr 2, 2024Beyond the Basics : 3 Lesser-Used React Native Hooks for Advanced DevelopersReact Native, with its powerful capabilities, has revolutionized the way mobile applications are developed. Amidst its vast ecosystem, React Native hooks stand out as efficient tools that streamline development workflows, enhance code readability, an...Discuss·8 likesReact
Abhrajit Guptaabhrajitgupta.hashnode.dev·Mar 30, 2024Miscellaneous HooksIn this article, we'll explore three hooks: useContext, useMemo, and useCallback, along with simple examples demonstrating their usage. useContext hook: The useContext hook allows components to consume values from the React context without having to ...Discuss·16 likes·60 readsuseCallback
Mrimmoy Haque Shimantoshimanto.hashnode.dev·Feb 29, 2024The Art of Caching: Unleashing the Power of Performance OptimizationIntroduction: In the fast-paced world of modern computing, the role of caching cannot be overstated. From the hardware level to the application front end and deep into the database, caching is a ubiquitous technique that enhances system performance a...Discusscaching strategies
Opeyemi Ojoopyjo2.hashnode.dev·Feb 16, 2024Optimizing React Performance with useMemo and useCallbackIn the ever-evolving world of React development, ensuring optimal performance is crucial for delivering seamless and responsive user experiences. Among the tools at a React developer's disposal, the useMemo and useCallback hooks stand out as powerful...DiscussJavaScript