Mark Erikson

Results 148 issues of Mark Erikson

The standard idiom for code-splitting Redux reducer logic is to call `replaceReducer` with a re-created root reducer. However, to do that, you have to keep around the original slice reducers,...

enhancement

See Lenz's comments here: https://github.com/reduxjs/redux-toolkit/pull/2759#discussion_r990775186

First step: see why we're getting odd versions of MSW and type-fest

Inspired by #799 , I'm trying to add some "indices" to `createEntityAdapter`. The idea is that you could define secondary sorting options beyond the standard sorting for `state.ids`, and the...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: win32 Arch: x64 Version:...

template: bug
area: SWC transforms

Been working on a Backbone app for the last year, and Ampersand looks like it solves a lot of the issues I've run into. I've been using the Backbone.Epoxy plugin,...

enhancement

I'm trying to bundle this set of exports: ```ts export { configureStore } from "@reduxjs/toolkit"; export {createApi} from "@reduxjs/toolkit/query/react"; export { Provider } from "react-redux"; ``` It downloads React-Redux okay,...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

Copying notes from @phryneas : > **phryneas**: Thoughts on combining that with a max cache size like the weak cache I showed you? > **eskimojo**: is having a maximum cache...