python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to use redux thunk to fetch data
guys hope you all are doing great, Well I am using redux and I am not getting my result,
I would like to describe my issue step by step I hope it will bater for understanding
(1) POSTMAN RESULT
(i) ge...
Zaryab Khan
Votes: 0
Answers: 1
Typescript error ts(2322) in reducer return
I want to sort my state and delete exact name, i do it with map&filter, they should return the same state, but with a few changes. But TypeScript threw an error 2322
I use TS+Redux Toolkit
This is...
rewolc
Votes: 0
Answers: 1
React-Redux: how to set the state?
I am trying to understand someone else their code but have difficulty understand the interaction between Redux and React.
On a React page, I invoke a Redux action called getSubscriptionPlan. Inside th...
Marty
Votes: 0
Answers: 1
Is a forEach in redux reducer an anti-pattern?
I have a forEach loop which checks if a certain attribute of data coming in includes '/' if it does im replace the '/' with '-', i was wondering if that is valid redux code or im creating some sort of...
karterkortland
Votes: 0
Answers: 1