Skip to content
Avatar

Sponsors

@morzel85 @monkey0722 @djbreen7 @msutkowski @skyboyer @awareness481 @albohlabs @Aprillion @MFB-Technologies-Inc @wantedly @kasparkallas @gauthamchandra @cojoclaudiu
Block or Report

Block or report markerikson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. The official, opinionated, batteries-included toolset for efficient Redux development

    TypeScript 8.4k 777

  2. Predictable state container for JavaScript apps

    TypeScript 58.6k 15.3k

  3. Official React bindings for Redux

    TypeScript 22.3k 3.3k

  4. Curated tutorial and resource links I've collected on React, Redux, ES6, and more

    21.8k 2.5k

  5. A categorized list of Redux-related addons, libraries, and utilities

    5.1k 371

  6. 1
    // See https://blog.isquaredsoftware.com/presentations/react-redux-ts-intro-2020-12/#/36 for slides
    2
    // My basic render function structure:
    3
    function RenderLogicExample({
    4
      someBoolean, // 1) Destructure values from `props` object
    5
      someList,

1,502 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2022

Created a pull request in replayio/devtools that received 5 comments

Migrate pause reducer to RTK and replace promise middleware with thunks

This PR: Migrates the context middleware to TS Moved validateContext into middleware/context Migrates the pause reducer to createSlice I remov…

+460 −583 5 comments
Opened 37 other pull requests in 2 repositories
replayio/devtools 27 merged
reduxjs/redux-toolkit 10 merged
Reviewed 27 pull requests in 4 repositories
replayio/devtools 21 pull requests
reduxjs/redux-toolkit 4 pull requests
reduxjs/react-redux 1 pull request
replayio/gecko-dev 1 pull request

Created an issue in reduxjs/redux-toolkit that received 3 comments

Rework subscription handling to batch "need to subscribe but entry exists" behavior

We've had several folks report that rendering a long list of components with RTKQ hooks can be very slow. My suspicion is that it's because we disp…

3 comments
Started 1 discussion in 1 repository
reduxjs/redux-toolkit

Seeing something unexpected? Take a look at the GitHub profile guide.