reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

add reducer in nextJs doc #4683

Closed pikooli closed 2 months ago

pikooli commented 2 months ago

name: :memo: Documentation Fix about: Fixing a problem in an existing docs page

Checklist

What docs page needs to be fixed?

What is the problem?

Didn't have a reducer in the store configuration

What changes does this PR make to fix the problem?

codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

timdorr commented 2 months ago

Thanks, but that's not really needed at that point. We're just showing some of the setup code and not getting into using specific reducers at that point. It's fine as-is.