DEV Community

# usereducer

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Mastering React State Management with useReducer: A Comprehensive Guide

Mastering React State Management with useReducer: A Comprehensive Guide

1
Comments
2 min read
useContext + useReducer = powerful and flexible way to manage global state!

useContext + useReducer = powerful and flexible way to manage global state!

5
Comments 2
4 min read
A Simple React Counter with Input Value using React Hooks => UseState and UseReducer.

A Simple React Counter with Input Value using React Hooks => UseState and UseReducer.

2
Comments
3 min read
Safe component state with useReducer and TypeScript

Safe component state with useReducer and TypeScript

5
Comments
2 min read
How to Create a Counter App with useReducer and Custom Hooks

How to Create a Counter App with useReducer and Custom Hooks

1
Comments
3 min read
How To Implement & Set Input Value with React Hooks in a Counter Application.

How To Implement & Set Input Value with React Hooks in a Counter Application.

2
Comments
4 min read
A Step-by-Step Guide to UseReducer Custom Hooks with Increment, Decrement, Reset and SetValue Functions

A Step-by-Step Guide to UseReducer Custom Hooks with Increment, Decrement, Reset and SetValue Functions

1
Comments
5 min read
Setting up a React Counter Custom Hook with a combination of State.

Setting up a React Counter Custom Hook with a combination of State.

2
Comments 1
3 min read
Code reference form input with useReducer

Code reference form input with useReducer

6
Comments
2 min read
useReducer Hook Use Cases In React

useReducer Hook Use Cases In React

5
Comments
1 min read
Using React useContext and useReducer with Typescript and Material UI

Using React useContext and useReducer with Typescript and Material UI

8
Comments
11 min read
Managing State with useReducer Hook.

Managing State with useReducer Hook.

6
Comments
4 min read
Generating strongly typed reducer actions for React

Generating strongly typed reducer actions for React

13
Comments
4 min read
Todo using useReducer in React

Todo using useReducer in React

9
Comments
3 min read
How to Manage React State with useReducer

How to Manage React State with useReducer

13
Comments
8 min read
Fetch using useReducer!

Fetch using useReducer!

15
Comments
1 min read
prevState with useReducer hook in React.

prevState with useReducer hook in React.

9
Comments 4
1 min read
useReducer ReactJS gotcha

useReducer ReactJS gotcha

2
Comments
1 min read
Add debug logger when useReducer in React

Add debug logger when useReducer in React

4
Comments
1 min read
What Even Is A Dispatch Function?

What Even Is A Dispatch Function?

95
Comments 18
6 min read
UseReducer With Typescript

UseReducer With Typescript

45
Comments 5
7 min read
3 Reasons to useReducer() over useState()

3 Reasons to useReducer() over useState()

107
Comments 13
2 min read
State, Reducers, And useReducer In React

State, Reducers, And useReducer In React

16
Comments 3
8 min read
A Better useReducer: Colocating Side Effects With Actions Using useReducer

A Better useReducer: Colocating Side Effects With Actions Using useReducer

14
Comments 3
3 min read
Higher Order Reducers with React Hooks

Higher Order Reducers with React Hooks

14
Comments 2
4 min read
Think you need to useReducer? You might want to useMethods instead

Think you need to useReducer? You might want to useMethods instead

28
Comments 1
4 min read
React Hooks: Lift up / pass down state using useContext and useReducer

React Hooks: Lift up / pass down state using useContext and useReducer

57
Comments 8
4 min read
React: useReducer hooks demo with nested select boxes

React: useReducer hooks demo with nested select boxes

12
Comments 1
2 min read
POWERFUL REACT HOOK – USEREDUCER

POWERFUL REACT HOOK – USEREDUCER

5
Comments
1 min read
loading...