Ashok Kumar DharanikotaforAshok's Blogashok405.hashnode.dev·a day agoMaster React useStateWhen we hear about companies or developers globally adopting a new technology, it typically signals that this technology addresses challenges they've faced for quite some time. Currently, one of the most popular libraries catching developers' attenti...Discuss·11 likesReact
Scofield IdehenforLearnHub Bloglearnhubafrica.hashnode.dev·Sep 27, 2023A Step-by-Step Guide to Implementing React Router for Dynamic Single-Page ApplicationsSingle Page Applications (SPAs) are web apps that dynamically update a single page without requiring full page reloads. This results in a smooth user experience similar to a native mobile app. React is a popular JavaScript library for building user i...DiscussJavaScript
Mahad Ahmedblog.mahad.dev·Sep 27, 2023Setting up Next.JS and PocketBase for AuthenticationIf you are here, you most likely had a problem setting up PocketBase and Next.js 13 for authentication. Don't worry, I got you. You don't have to suffer the same pain I went through. This article is not intended as a Next.js tutorial for beginners if...DiscussNext.js
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 27, 2023Optimizing UseEffect Hook for API Calls: Reduce Server Load and Rerenders with AbortControllerTable of Contents Introduction Problem with Example Code Solution with Example Code Benefits Conclusion Introduction The useEffect hook is one of the most powerful hooks in React. It allows us to perform side effects in functional components, ...Discuss·35 readsReactJSJavaScript
Shruti Shreyasicontagious.hashnode.dev·Mar 17, 2021Why Don't You React?React has revolutionized the way we build web applications. With its component-based architecture, efficient rendering, and vibrant ecosystem, React has become the go-to choice for many developers. In this article, we'll delve into why React is a gam...DiscussReactHooks
Dania Emaridania.hashnode.dev·Sep 24, 2023React useState hookIntroduction the useState hook is one of the most commonly used hooks in React, it simplifies state management in functional components, leading to cleaner, more maintainable code and improved developer productivity. Why and when should we need to us...Discuss·10 likesuseState hook
akshay kumartechmanch.hashnode.dev·Sep 23, 2023React js useMemo HookMomoization Concept useMemo react.memo Live Demo useMemo vs useCallback What problem solve in useMemo ? Why need useMemo? Does useMemo has any disadvantage? Background The term “Memoization” comes from the Latin word “memorandum” (to rememb...DiscussReact
Rubel Mehmedrubelmehmed.hashnode.dev·Sep 22, 2023Unlocking the Power of React HooksBy Rubel Mehmed Are you ready to dive into the world of React hooks and supercharge your functional components? In this blog post, we'll explore the fundamental React hooks that allow you to manage state, handle side effects, and build dynamic user ...Discuss·11 likesReact
Sadman Yasir Rafatrafatsh.hashnode.dev·Sep 22, 2023Custom Hooks - A pain to a weaponCustom hooks in React are a game-changer for developers, providing a significant boost in power and flexibility when building applications. Here's how much power custom hooks give to a React developer: Code Reusability: Custom hooks allow developers...DiscussWeb Development
karthik suryadevarakarthik2022.hashnode.dev·Sep 22, 2023Unifying React Development: Patterns You Should KnowIntroduction React is one of today's most popular JavaScript frameworks, and for good reason. It offers both flexibility and ease of use. By "flexibility," I mean that React provides multiple ways to accomplish the same task. For instance, you can fe...DiscussReact