Mark Erikson

Results 1264 comments of Mark Erikson

@rwilliams3088 can you clarify what you mean by "lack of official support for complex objects? What's an example of that?

@seanmcquaid What's the benefit of having callbacks as opposed to using `await doSomeMutation()`? (note that React Query is removing its callbacks for _queries_ in the next major, but apparently not...

@mjwvb : thanks! A number of folks have mentioned the idea of "canceling queries". Can you describe what you would expect to happen in that case? Also, what's the use...

Tossing out a few things that I know have come up a number of times: - There's no immediate way to do "dependent queries" via just the core API. The...

@xjamundx can you give more examples of each of those? For the "migration" aspect, does https://redux.js.org/usage/migrating-to-modern-redux#data-fetching-with-rtk-query help at all? What info would be more useful here? What aspects about the...

Potentially useful, yeah. Going back to the Reselect `MergeParameters` example I'd linked at https://github.com/reduxjs/reselect/blob/v4.1.5/src/types.ts#L100-L148 (and the updated version from Anders Hejlsberg at https://github.com/reduxjs/reselect/blob/b2a85eeac3312bb62ae3c26bb44d9aabd8641552/src/versionedTypes/ts47-mergeParameters.ts )... what might those look like with...

Quick thoughts: - The list of "other tools" is a very oddly scattered grab bag - Feels odd to have just "TanStack Query" in there, when there's no other "data"...

I'm not sure what you're trying to describe here, tbh. At my first guess (just reading the description), I _assume_ that the difference in `mapState` calls is not a bug,...

@pandaiolo yeah, afraid I don't have time to look at this right now (busy with day job stuff). _But_, my immediate guess is that: - When the parent is a...

> It's an extra topic to teach and I'd like to minimize the number of new libraries introduced in the course. Nothing against react-redux, it's a sweet lib I... would...