reduxjs / redux

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

Create reduceReducers util #4744

Open EskiMojo14 opened 2 months ago

EskiMojo14 commented 2 months ago

Based on https://github.com/redux-utilities/reduce-reducers/, but with (hopefully) better typings.

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.

EskiMojo14 commented 2 months ago

Size Change: +99 B (+2.13%)

Total Size: 4.76 kB

Filename Size Change
dist/redux.legacy-esm.js 4.76 kB +99 B (+2.13%)

compressed-size-action

netlify[bot] commented 2 months ago

Deploy Preview for redux-docs ready!

Name Link
Latest commit 2d0d0b636b1ea0425fbfe527eb960e41de497f89
Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/66f6b326d15d770008356d57
Deploy Preview https://deploy-preview-4744--redux-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

aryaemami59 commented 2 months ago

Excited for this. Do you think this needs a type test as well?

EskiMojo14 commented 2 months ago

Excited for this. Do you think this needs a type test as well?

can do - combineReducers doesn't really have one as far as i can tell, so i was following that precedent