Jessica Josephforjessicasake.hashnode.net·Sep 22, 2022Context API Beginner's GuideIntroduction Dynamic variables are exclusive to their components. know nothing about dynamic variables? You got to be kidding! Check out my most recent piece on the UseState hook. In a React application, sometimes you may want a variable to be access...Ephraim Atta-Duncan and 3 others are discussing this4 people are discussing thisDiscuss·46 likes·1.0K readsFrontend Development
Caleb Benjamincalebbenjin.hashnode.net·Oct 6, 202210 Advance React Do's and Don'tsLearning is a never-ending journey, as a developer you must learn to un-learn and re-learn new things every day. It should be a norm as developers to search google for best practices so we can write clean, scalable, and maintainable code and also be ...Discuss·27 likes·436 readsJavaScript
Deepak PundirforReactPlay Blogreactplay.hashnode.net·Jul 28, 2022ContextAPI with a recipe app - Part oneWhen I started learning React, Context was confusing to me. I would pick up the topics randomly and try to understand them. So this time I heard Context and the poor programmer within me thought why not. As I searched Context, I heard about the new ...Tapas Adhikary and 1 other are discussing this2 people are discussing thisDiscuss·23 likes·233 readsPlaysReact
Sanchit Bajajsolitrix02.hashnode.net·Apr 18, 2023Context API vs Redux-ToolkitHello fellow developers 👋, while scrolling through many blogs, articles or documentation you might get around something called state management of an application when you're looking related to react. State Management is a fundamental tool of React a...Discuss·13 likes·33 readscontext API
Rishi PurwarforFrontendProthefierycoder-1678098607037.hashnode.net·Apr 10, 2023Build a Custom Toast Notification Component with ReactJs & Context APIToast notifications are a popular way to provide users with quick feedback and alerts on actions they take on the web application. While there are many pre-built libraries available for adding toast notifications to your React project, building your ...Abdulrazaq Salihu and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·122 readsJavaScript
Santosh Kharelsantoshkharel.hashnode.net·Apr 8, 2023Context API & ReducerIf are new to react or have a basic understanding of the state in react, or even if you are revising contextApi / reducer then it could help be helpful. Let's get started... Context and Reducer are two important concepts in React that are used to ma...Discuss·2 likesReact
Smart Shocksmartshock.hashnode.net·Apr 5, 2023Understanding React's Context API: A Beginner's Guide with Working CodeContext API is a powerful feature of React that allows us to manage global state in our application without the need for prop drilling. It provides a way to share data between components without passing props down through every level of the component...Discuss25 React Exercises for Practical LearningTutorial
Ayesha Gullayeshaiq.hashnode.net·Mar 31, 2023Context and Reducer: The Power Duo for State Management in ReactA comprehensive guide for understanding Context and Reducer in React, why they are needed and how to use them. Introduction: React is a popular JavaScript library for building user interfaces. It allows developers to create reusable components that c...Discuss·32 readsReact
Paweł Bogutapawelboguta.hashnode.net·Mar 26, 2023useContext explained + typescript templateWhen it comes to building robust and scalable application as it grows in size and complexity, managing state becomes more and more challenging and that's when useContext hook might come in handy. What is useContext? Basic example When to use it? ...Discuss·37 readsReact
Divy Parekhdivysblog.hashnode.net·Mar 17, 2023State Management in React: Using setState, Redux, or Context API👋 Hey there! If you're working on a React application, you may be wondering how to manage the state effectively. The state is the data that drives your UI, and React provides several ways to manage it. In this post, we'll discuss three popular appro...Discuss·1 like·38 readsState Management
Abhiraj Ghoshabhirajblogs.hashnode.net·Mar 16, 2023State Management in ReactState management in React is the process of managing and updating the state of a component or an application in response to user interactions, server responses, or other events. The state is an object that contains data that can change over time, and...Discuss·28 readsState Management
Iyoriobhe Wisdom Osenemendiawisdom-ose.hashnode.net·Mar 13, 2023Using context and custom hooks like a proIntroduction To follow through with this tutorial I highly recommend you go through my previous post where I discussed the 3 things needed to make a good API call. Today, we are going deeper to talk about how you can get the most from combining conte...Discuss·27 readsReact
Sanchit Bajajsolitrix02.hashnode.net·Mar 7, 2023My first TypeScript Debugging JourneyWhen Hashnode first announced their Debugging February Writeathon, I was hyped because I wanted to read everyone's debugging stories and how they overcame their frustrations and struggles and I recently got the bugs which I think are perfect to share...Discuss·13 likes·37 readsDebuggingFeb