Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-3 votes
1 answer
286 views

I'm trying to migrate an existing React/Vite app (currently using React Router v7, along with redux, rtk-query, and redux-persist) to use React Router v7 in Framework mode. I'm hitting an error when ...
1 vote
2 answers
102 views

I've looked at a number of forum posts prior to posting and still have not found a solution. I am storing data using Redux which is working as intended. I store it in SignIn.js and after navigating to ...
3 votes
1 answer
114 views

I'm having a problem getting Redux-Persist to work and hoping to get some pointers if I've done something wrong. Here is my Store.js import { configureStore, getDefaultMiddleware } from "@reduxjs/...
0 votes
2 answers
464 views

I got Next.js application with Typescript and I'm trying to make redux work with redux-persist, if the state in slice is same as the initial state, the application works fine, but if it actually have ...
0 votes
2 answers
104 views

its my store.ts file: import storage from 'redux-persist/lib/storage'; // defaults to localStorage for web import { FLUSH, PAUSE, PERSIST, persistReducer, persistStore, PURGE, REGISTER, ...
-1 votes
1 answer
42 views

How can make user chosen category persist ? store.js import { combineReducers, configureStore } from "@reduxjs/toolkit" import { persistReducer, FLUSH, REHYDRATE, ...
-1 votes
1 answer
61 views

I want to make the user data persistent upon page refreshes. But when I successfully log in and check the Storage in browser developer tools' Application tab, it is empty. I have activated debugging ...
0 votes
0 answers
43 views

Ecommerce site using MERN. This is the Navbar.jsx component. Error shows cant read undefined 'quantity' on line 72. ERROR MESSAGE Uncaught TypeError: Cannot read properties of undefined (reading '...
-1 votes
1 answer
265 views

I'm new to React Redux. Can you tell me how to manually write the below saveUserFilter function? I don't want to use redux-persist-transform-filter anymore as it's using lodash.set, which is ...
scrscr87's user avatar
1 vote
1 answer
45 views

like when i made any auth system , user registers and then logins , then a cookie is generated , now like to have the user state stored across the app , i use redux , and also on refreshing the state ...
-3 votes
1 answer
633 views

Everything works when you remove the persisted reducer, and does not work with the persisted reducer. This is likely due to an issue with redux-persist, which is an older but still extremely popular ...
-1 votes
2 answers
787 views

I want to persist in the state of the redux store but do not want to handle it using the local storage. I just read some documents but according to the answers they provide, we can persist the state ...
1 vote
1 answer
103 views

From the redux-persist v6.0.0 doc: persistStore(store, [config, callback]) If you want to avoid that the persistence starts immediately after calling persistStore, set the option manualPersist. ...
1 vote
4 answers
103 views

#store import { combineReducers, configureStore } from "@reduxjs/toolkit"; import { persistReducer, persistStore } from "redux-persist"; import AsyncStorage from '@react-native-...
-1 votes
1 answer
206 views

I want to just only save key currentLanguage settingsReducer: import { createSlice } from '@reduxjs/toolkit'; export const initialState = { currentLanguage: '', test: 'original', }; const slice =...

15 30 50 per page
1
2 3 4 5
...
35

AltStyle によって変換されたページ (->オリジナル) /