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 combineSlices section to Code Splitting page #4662

Open EskiMojo14 opened 4 months ago

EskiMojo14 commented 4 months ago

What docs page is being added or updated?

For Updating Existing Content

What updates should be made to the page?

Now that RTK has its own code-splitting utilities (combineSlices and createDynamicMiddleware), it would be very useful to have an in-depth of how these are intended to be used, separate from the API reference.

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

This would avoid the standard "recipe" approach in the current docs in favour of depending on an actual library.