Mark Erikson

Results 1264 comments of Mark Erikson

We've migrated the CRA+JS template over to https://github.com/reduxjs/redux-templates, and I've opened up https://github.com/reduxjs/redux-templates/issues/90 to cover rewriting the tests . About to archive this repo, so I'll close this PR. Thank...

Hiya, folks. We're consolidating all the templates over in https://github.com/reduxjs/redux-templates (which used to be the CRA+TS repo, now renamed), and we're going to set up a Vite template shortly. Closing...

We did some codegen tooling updates a few months ago. Please let us know if this is still an issue!

Related issue: #2698 . Lenz had [a suggestion](https://github.com/reduxjs/redux-toolkit/issues/2698#issuecomment-1247276773) over there: > The problem is that that `await listenerApi.condition(` will test on every future action dispatch if that condition is true...

@chmac yeah, docs PRs are always welcome! Out of curiosity, what were you trying to accomplish, and what did you _want_ to have happen? What does your code look like?

Per https://www.reddit.com/r/reactjs/comments/zxcuvq/redux_fetch_react_useeffect_best_practices/j24eh8f/?context=5 : > The most common scenario that I am facing is that I would have different screens with different representations of the same entity (say, one screen is...

@phryneas : yeah, I think the complaint here is that "unique operation name" gets annoying when you have multiple conceptual representations of the same thing, ie, a "mini Pokemon" that...

Hiya, folks. For the record, I am finally trying to get started working on proper ESM support for RTK. Aaaaand _I hate everything about this_ :)