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)
React. Redux persist sends two identical requests
i am using redux-persist and refux tool kit. I have a dependency, if the slice (RTK) changes, then there is a request to the server. Without a persister, there is 1 request, as it should be. But when ...
Dmitry Yushkevich
Votes: 0
Answers: 1
How to initialize redux store initialState for a dynamic component
I have an e-commerce Next.JS app with 3 different product types:
1. Fully custom product with dynamic props
2. Partly custom
3. Static with already defined props
Parent component - "detail pr...
Alex Lebedev
Votes: 0
Answers: 0
NextJS - Not Working when disable javascript
I've a NextJS project and I'm using getStaticPaths() and getStaticProps() on It.
On SEO side, I got a feedback that; "this site is not working SSR, Its all client-side. because when we disable ja...
TCS
Votes: 0
Answers: 1
React redux persist: mix local and AsyncStorage
Is it possible to use local storage with redux-persist but save it to AsyncStorage but only when app is closed/goes to background? So the state is not saved to storage on every action.
Weronika
Votes: 0
Answers: 0