reduxkotlin / redux-kotlin

Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
https://reduxkotlin.org
MIT License
426 stars 32 forks source link

CombineEnhancers #45

Closed jason-whitted closed 4 years ago

jason-whitted commented 4 years ago

What is the purpose of combineEnhancers?

It's not documented and does not have an analog in JS redux. I don't see it used anywhere -- this appears that it may be debris.

patjackson52 commented 4 years ago

Yes, I believe this was some code that was used early on and never got deleted. Combining reducers can be completed with the provided compose function.

Removing with this PR: https://github.com/reduxkotlin/redux-kotlin/pull/47

Thanks for reporting 💯