-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create reduceReducers util #4744
base: master
Are you sure you want to change the base?
Conversation
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. |
16a9c4b
to
31f9767
Compare
Size Change: +99 B (+2.13%) Total Size: 4.76 kB
|
✅ Deploy Preview for redux-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 |
Co-authored-by: Arya Emami <aryaemami59@yahoo.com>
ff26af6
to
4de400d
Compare
Based on https://github.com/redux-utilities/reduce-reducers/, but with (hopefully) better typings.