You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm learning Nextjs and want to setup Redux in Nextjs but this section is not very clear to me Additional Configuration > Per-route state, also the source code is not available in the documentation. It seems as if the documentation is not updated, it doesn't match with the project npx create-next-app --example with-redux my-app.
What should be changed to fix the problem?
Adding an example would be useful to understand why I should initialize the store again, and in what situation I should do it.
The text was updated successfully, but these errors were encountered:
What docs page needs to be fixed?
What is the problem?
I'm learning Nextjs and want to setup Redux in Nextjs but this section is not very clear to me
Additional Configuration > Per-route state
, also the source code is not available in the documentation. It seems as if the documentation is not updated, it doesn't match with the projectnpx create-next-app --example with-redux my-app
.What should be changed to fix the problem?
Adding an example would be useful to understand why I should initialize the store again, and in what situation I should do it.
The text was updated successfully, but these errors were encountered: