Mark Erikson
Mark Erikson
Actual content changes for #4393 , at long last! The current WIP example code is over in: - https://github.com/reduxjs/redux-essentials-example-app/tree/feature/tutorial-steps-ts-revamped I'm doing another round of revisions and step-by-step checking to those...
Hi! I'm trying out Signalis after @chriskrycho suggested I take a look at it. For context, I maintain Redux, and also its associated Reselect memoized selector library. This last week...
Really ought to add a usage guide page that talks about debugging Redux: - Overall mindset of tracing actions - Using the Redux DevTools - Using Replay - links to...
Hi! We've got a fork at https://github.com/replayio-public/cypress-realworld-app that we've been using to generate Cypress runs for use with [Replay.io](https://replay.io). I'm in the process of getting our fork set up to...
Maybe it's worth coming up with our own set of lint rules (no `x => x` selectors?)
This PR is a copy of the "Infinite Query API" draft PR in #4393 , but with (currently) one additional commit that tries to modify the infinite query endpoint definitions...
> @markerikson , this might be a bit of a hijack... sorry. I have a use case that seems pretty reasonable but I just can't get started. I have been...
Per https://github.com/reduxjs/redux/pull/4706 , having that `RootState` type exported makes it possible for an editor to accidentally import it instead of an application's self-defined `RootState` type.
## Summary I've put together some updated benchmarks for various versions of Immer and other immutable update libs vs a hand-written reducer, especially since the current docs at https://immerjs.github.io/immer/performance show...
Ref #4789 This PR is a first experimental attempt to figure out a hypothetically feasible approach at building all of our docs as one big combined site. So far: -...