Mark Erikson

Results 148 issues of Mark Erikson

Just had a brainstorm-style idea and wanted to record it. It would be really useful if there was some way to see what actions caused a given piece of state...

We should add a couple of RN templates. @rahsheen has a couple of existing templates at: - https://github.com/rahsheen/react-native-template-redux-typescript - https://github.com/rahsheen/expo-template-redux-typescript Maybe we can migrate those over?

@nickmccurdy asked on Discord: > do you want us to figure out how to publish these Vite templates so they work like the CRA and Create Vite templates Not sure...

Both the CRA template folders currently have NPM `package-lock.json` files. Switch everything over to Yarn 3 for consistency with the other Redux repos.

We had some kind of tests/linting set up previously, but I disabled that when I moved the CRA+TS template into a subfolder and copied over the CRA+JS template. We should...

It feels like the RTK Query API and options have a lot of rough edges (_especially_ the goofiness around people trying to hack together infinite queries because we don't have...

RTK-Query

It'd be nice to have tests that validate and preserve whatever existing "Go to Definition" behavior we have, like going from `import { increment }` to `export const { increment...

We kinda hand-waved reviewing some of the TS types. We should make sure that we've got exactly the stuff we want marked as `public`.

enhancement
RTK-Query
TypeScript

We've got utils to add and update cache entries, but we don't have one that would _remove_ a specific cache entry by key. We've had a couple requests for something...

enhancement
rtk-query

Add pages covering purpose, capabilities, tradeoffs, and use cases for common state management tools. Likely items to cover: - [ ] CRA - [ ] Next - [ ] Vite...