Mark Erikson
Mark Erikson
First, _thank you_ for taking the time to make a Replay! ...... unfortunately it seems like the recording is broken enough that I can't actually pause anywhere and fully inspect...
Because it was copied from another package, relatively simple code, and relatively small bundle size.
Reworking this isn't a priority right now, but if you'd like to submit that as a PR we can take a look. Note that one issue with your implementation is...
Thanks for the report, but we could really use a reproduction. Could you record a Replay ( https://replay.io/record-bugs ) and share that link here?
@kyranjamie : can you give an example of what a notional "async selector" API would look like, how it would be used, and thoughts on it would work?
That is effectively the RTK Query `useQuery` API: - https://redux-toolkit.js.org/rtk-query/usage/queries - https://redux.js.org/tutorials/essentials/part-7-rtk-query-basics
Yeah, the README here is rather dated, but we've got a lot of other priorities and this really isn't on the list to update any time soon. (Plus, there's always...
There's a couple things that make this difficult. One is that we have to do some extremely complex type transformations to figure out "the tightest possible acceptable combination of parameters...
Lenz is contributing this `WeakCache` implementation to one of Apollo Client's internal dependencies. Worth looking at this at some point just to see what it is: - https://github.com/benjamn/optimism/pull/599
More notes from Lenz and me: > **acemarke** : ok, questions: > > - is this just for the "primitive args" case? > - how would we test this? >...