Satyanarayan Daleiforsatyadev99.hashnode.dev·Sep 7, 2024Getting Started with Redux + TypeScriptHello everyone! In this article, we’ll explore how to set up Redux with TypeScript in a Next.Js app. Additionally, we'll dive into implementing redux-thunk for handling asynchronous actions in another blog to keep it short. We’ll reference the offici...DiscussTypeScript with Redux
Aditya PippalforAditya's Blogap29.hashnode.dev·Feb 4, 2024Exploring React-Redux, and Redux Toolkit: A Day of LearningIntroduction: Today marked a pivotal moment in my journey as a developer as I delved deep into the realms of React-Redux, and Redux Toolkit. In this blog post, I am thrilled to share the wealth of knowledge and discoveries I've gained about state man...Ndeye Fatou Diop and 1 other are discussing this2 people are discussing thisDiscuss·20 likes·47 readsReact
Umeh EmmanuelforUmeh Emmanuel blogumeh22.hashnode.dev·Jul 12, 2023Differentiating between context API and React reduxThe Context API and React Redux are both state management solutions in React, but they have different approaches and use cases. Here are the key differences between the two: Approach: Context API: The Context API is a built-in feature in React that a...DiscussReact
Rahul BhattforRahul's Tech Blograhulsbhatt.hashnode.dev·Jun 27, 2020Mastering Effective Use of Reducers in React ReduxReducers are part of Redux (which is a predictable state container for JS apps). Redux is used mostly for application state management in JS frameworks/libraries. Redux maintains the state of an entire application in a single immutable state tree (ob...DiscussReact Redux state management