Mark Erikson

Results 1264 comments of Mark Erikson

Yeah, I'm saying we _should_ start having that "design enforcement". We've always said they should be at least serializable: > As with state, serializable actions enable several of Redux's defining...

Yeah, like I quoted above, we've always said they _should_ be serializable, and _ought_ to be strings. Someone over on Twitter said they'd once tried to use Symbols to make...

Update since someone asked on Discord: The notional plan atm is: - RTK 1.9 is feature-complete, we "just" need to wrap up a few additional bug fixes and cleanup bits...

Unfortunately I had to basically stop actively maintaining this list a couple years ago. I've asked multiple times for help with keeping it updated, but no one has stepped up...

The tutorial really needs to be rewritten anyway, to show use of hooks instead of class components and `connect`. Right now the best tutorial is actually in the Redux core...

Can you clarify what you mean by "call signature is hard to use"? Equality functions are meant to be trivial: "are these two things considered the same, yes or no"....

I don't think you're "missing" anything. Setting `maxSize` > 1 _is_ the rough equivalent in behavior. But, as you've noted, there are differences in how the two libraries implement that...

I'm actually a bit confused myself. I haven't fully gone through all of `re-reselect`'s docs, but the intent here is that the `maxSize` option _can_ replace it for the common...

I think I'd like to see this material as part of the "Configuring Your Store" page under the "Using Redux" section, and then we can add some info on Next.js...

Hmm. Tell you what - this isn't exactly "configuring the store". It's really about "setting up the app". How about we add a new page called "Application Setup" under the...