-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Example for implement redux-toolkit with next.js #11097
Comments
We have a https://github.com/zeit/next.js/tree/canary/examples/with-redux-toolkit example now. |
@apollonian how convert this example (https://github.com/zeit/next.js/tree/canary/examples/with-redux-toolkit ) for serverside? |
Any news on this? I'm just starting with Next.js and Redux (using toolkit) and I'm having a hard time sorting this out. |
++ 1 to this request. |
I'm also wondering about this. It would be amazing to have an example of using Next.js with redux toolkit that is server-side rendered. Seems like a pretty essential part of using next and redux together, and I'm sure many people will need it. Also, if anyone can recommend a good tutorial about this stuff, it would be extremely helpful. |
Is there a setup without typescript ? I don't do typescript yet, at least a walkthrough will be great |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Example request
implement redux-toolkit with next.js
Describe the solution you'd like
A detailed example how to properly implement redux-toolkit with next.js
edited:
simple implement next js with redux toolkit
https://github.com/dananw/next-with-redux-toolkit
The text was updated successfully, but these errors were encountered: