Tag: redux

Redux Toolkit Adoption Guide: Overview, Examples, And Alternatives

Redux Toolkit adoption guide: Overview, examples, and alternatives

Dev

Redux Toolkit is the officially recommended way to build Redux apps. Let’s explore why it’s a great tool to leverage in your next project.

Stephan Miller
Apr 4, 2024 ⋅ 11 min read
How To Use Redux In Next.js

How to use Redux in Next.js

Dev

This tutorial builds a simple app to demonstrate communication between two sibling components using Redux, a popular state management tool.

Mohammad Faisal
Jan 18, 2024 ⋅ 7 min read
Exploring The Redux Second Generation

Exploring Redux Toolkit 2.0 and the Redux second generation

Dev

Catch up on the new wave of Redux updates to Redux Toolkit, Redux core, React Redux, and more in the Redux environment.

Stephan Miller
Jan 16, 2024 ⋅ 7 min read
Persist State With Redux Persist Using Redux Toolkit In React

Persist state with Redux Persist using Redux Toolkit in React

Dev

With Redux Persist, developers can save the Redux store in persistent storage so even after refreshing the browser, the site state will be preserved.

Taminoturoko Briggs
Dec 7, 2023 ⋅ 12 min read
Exploring Zedux Comparison Redux

Exploring Zedux and how it compares to Redux

Dev

We introduce Zedux, a new React state management library, examine its features, and see how it compares to Redux.

Andrew Baisden
Sep 25, 2023 ⋅ 11 min read
Understanding Redux: A Tutorial With Examples

Understanding Redux: A tutorial with examples

Dev

This guide provides a foundational understanding of Redux, highlighting its functionalities and why you should use it for state management.

Neo Ighodaro
Sep 11, 2023 ⋅ 10 min read
React Hooks Vs. Redux: Do Hooks And Context Replace Redux?

React Hooks vs. Redux: Do Hooks and Context replace Redux?

Dev

Explore the differences between using Redux and the Context API and React Hooks to simplify state management in React.

Ebenezer Don
Jun 23, 2023 ⋅ 9 min read
Using TypeScript With Redux Toolkit

Using TypeScript with Redux Toolkit

Dev

In this tutorial, we learn how to set up and use TypeScript with Redux Toolkit, which makes implementing Redux less tedious.

Olasunkanmi John Ajiboye
May 10, 2023 ⋅ 6 min read
Vue Logo

Comparing Redux vs. Vuex

Dev

Let’s explore how both Redux and Vuex work and determine which popular state management library solution is best for your project.

Amarachi Amaechi
Nov 22, 2022 ⋅ 10 min read
Using Redux Apps And Axios For Data Fetching

Data fetching with Redux and Axios

Dev

Learn how to use Redux and a library like Axios to turn data fetching and state management from a nightmare to a breeze.

Ohans Emmanuel
Aug 12, 2022 ⋅ 13 min read
Handing User Authentication With Redux Toolkit

Handling user authentication with Redux Toolkit

Dev

User authentication can be handled in a myriad of ways. We’ll learn how to use Redux Toolkit (RTK) to create a frontend authentication workflow in React.

Chinwike Maduabuchi
Jul 12, 2022 ⋅ 17 min read
Redux Persist React Native

How to use Redux Persist in React Native

Dev

Even when we leave our app and come back later, Redux Persist fetches the data from AsyncStorage and initializes the Redux store with it.

Chiamaka Umeh
Jun 27, 2022 ⋅ 5 min read