reduxjs / redux

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

remove references to deprecated createStore #4672

Closed Twintails closed 3 months ago

Twintails commented 3 months ago

What docs page is being added or updated?

https://redux.js.org/api/combinereducers

at anchor https://redux.js.org/api/combinereducers#appjs code example

For Updating Existing Content

What updates should be made to the page?

references to deprecated createStore make the use of the combineReducers examples confusing

Do these updates change any of the assumptions or target audience? If so, how do they change?