Mark Erikson
Mark Erikson
@alexanderchr I'm open to PRs to improve this, but right now all the time and mental bandwidth I can scrape together for Redux work is focused on RTK 2.0 and...
This _might_ actually be fixed by https://github.com/reduxjs/react-redux/pull/2068 ?
What specific change are you considering here? FWIW, I think this is why I've opted to bundle all of our artifacts for the Redux libs, so I don't have to...
@jaydenseric we've been shipping bundles for most of our libraries for years, and I'm _especially_ doing that now that we're trying to ship full ESM/CJS compat to avoid other pain...
Sorry, the _only_ way to _ever_ update state in Redux is via dispatching an action, which ultimately is handled by the "real" store. The DevTools enhancer wraps around that actual...
We don't have plans to work on this any time soon. Hypothetically, maybe we could do something akin to `entityAdapter.getSelectors(state => state.some.data)`. But, we also currently rely on the `api.reducerPath`...
And a tweet poll on RTK / code-splitting usage: - https://twitter.com/acemarke/status/1580991161358962688
FYI, the new `combineSlices` API in 2.0-beta is meant to support this: - https://github.com/reduxjs/redux-toolkit/releases/tag/v2.0.0-beta.0
Not clear if this is still an issue, so closing.