Mark Erikson

Results 1264 comments of Mark Erikson

Out in https://github.com/reduxjs/redux-toolkit/releases/tag/v2.4.0 !

@vladamx could you clarify what you mean by "subscription management is not straightforward" ?

@dorsharonfuse honestly, we're pretty busy with a lot of other things right now. We'll happily accept PRs that fix an issue like this, but this is not a priority for...

This is still a thing we'd like to improve, but we're going to focus 2.0 on the existing packaging changes, and defer pretty much all RTKQ changes to a follow-up...

We haven't had time yet this year to do any further work on RTKQ, so no changes yet.

Well, turns out it was pretty much as simple as changing the options to be `{subscribe: false}` :) Out in https://github.com/reduxjs/redux-toolkit/releases/tag/v2.9.2 ! (I suspect someone out there will say "well...

I'm a bit confused on the overall context. Are you trying to put together some kind of custom build setup that is separate than the existing React package build pipeline?...

I don't have a specific answer here, but I agree that the React build pipeline is _incredibly_ complicated. Given that, my own advice would be to rely on some modification...

Heh, not quite what I was asking :) Those are "why is React's module and build setup designed this way?", which I can't really help with. I'm asking why you're...

Honestly, I'm pretty confused at what you're trying to accomplish, then :) React's build system works as-is. - How is building it from source yourself "being less dependent on NPM"?...