clarification with redux toolkit exmple using JS #33994
Unanswered
Elabbasy00
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I searched a lot and found a lot of examples, all in different ways, and they all warn of losing the features of Next
I finished running Redux as follows
store.js
_app.js
I'm wondering if I lost Next features like this or not
Or do I have to use something like
next-redux-wrapper
Is it necessary to use
useDispatch()
in getStaticProps && getServerSideProps or as usuallyIs there a better way?
Beta Was this translation helpful? Give feedback.
All reactions