Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
45 views

In my Angular 21 project, I am facing an integration issue between Redux state management and the HTTP interceptor pipeline, where the expected synchronization of authentication data (such as JWT ...
Geek IT's user avatar
Advice
2 votes
5 replies
135 views

I’m currently working on a React project and I’m trying to determine when to use useState (i.e., local state) versus introducing Redux for managing state. While I understand that Redux can be powerful ...
Arjee Zen's user avatar
2 votes
1 answer
102 views

I am working on a basic app with React, Redux and React Router 7. This app has a /profile route which is protected. If you go on a protected route without being logged in, you are redirected to /...
garlic crouton's user avatar
3 votes
1 answer
67 views

I'm trying to learn how to use react-testing-library and having trouble getting started with some of my components. I keep receiving the error in the title, pointing at custom API hooks in the file. ...
npfist's user avatar
  • 167
Best practices
0 votes
2 replies
79 views

I've been reading up on React/Redux documentation, specifically on setting up types for the main redux application store, and was wondering if there are any significant differences when it comes to ...
Talos0248's user avatar
  • 260
0 votes
2 answers
265 views

I'm working on a React application and am trying to understand the fundamental difference between Redux and Zod. I've seen both mentioned in discussions about managing state, and I'm confused about ...
1xcoder's user avatar
  • 17
0 votes
1 answer
176 views

I’m using RTK Query in a React component to fetch users: function MyComponent() { const { data, isLoading, isError, isSuccess, } = useGetUsersQuery(); if (isLoading) { return <div&...
lucataglia's user avatar
0 votes
0 answers
109 views

The request is frozen on the pending status, the loading status does not change in the component {status: “pending”, isLoading: true, data: undefined}, I see the response in devTools and in my API, ...
Mykola Kosobutskyi's user avatar
-1 votes
1 answer
95 views

I have legacy application using vanilla redux and react-redux. I am facing this issue and unable to get root cause of this. Could not find "store" in either the context or props of "...
sharat kumar's user avatar
0 votes
1 answer
123 views

I'm encountering the following issue on Android after upgrading my React Native project to version 0.79.2. This error does not occur on iOS, which makes it harder to trace since the same codebase ...
Neelam Pursnani's user avatar
1 vote
1 answer
60 views

I have a SignalR (WebSocket) server for a game, and a React/Redux client that connects to it. I have a component whose task is to listen to SignalR messages to handle them, which usually involves ...
Kaisa Azaria's user avatar
1 vote
2 answers
152 views

I have one function which checks for user authorization export const authUser = (rideId, action) => { return (dispatch, getState) => { const postData = { consumer: "Rapi", ...
C P Verma's user avatar
  • 340
0 votes
0 answers
55 views

Consider the following, where I have a component that has a generic type parameter used as the parameter argument of a callback property: import { render } from '@testing-library/react-native'; import ...
msbit's user avatar
  • 4,453
2 votes
2 answers
46 views

I am currently working on a React-Redux based Cart app, and I am experiencing the following problem: When I continuously click the remove button in order to remove a product from my cart, the ...
Tom Vuma's user avatar
-1 votes
1 answer
72 views

I'm sure this has been asked and answered, but maybe I'm not able to phrase it correctly to find the right results. Say I have two redux middleware operations: a call to create an asset entity in the ...
micahg's user avatar
  • 36

15 30 50 per page
1
2 3 4 5
2368