Skip to content
Avatar

Sponsors

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.5k 799

  2. Predictable state container for JavaScript apps

    TypeScript 58.7k 15.3k

  3. Official React bindings for Redux

    TypeScript 22.4k 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 373

  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,556 contributions in the last year

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

Contribution activity

September 2022

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

Rewrite hit counts rendering to use a virtualized list for scroll perf

This PR: Entirely replaces the existing hit counts rendering logic to use a react-window virtualized list instead of manually inserting and updati…

+208 −62 8 comments
Reviewed 36 pull requests in 4 repositories
replayio/devtools 25 pull requests
reduxjs/redux 1 pull request
elastic/kibana 1 pull request
reduxjs/react-redux 1 pull request

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

Try moving RTKQ subscription state handling from a reducer into the middleware

Currently, the biggest factor impacting RTKQ perf is that we dispatch some action for every hook that mounts, in order to track subscription state. I…

2 comments
Opened 2 other issues in 2 repositories
Started 1 discussion in 1 repository
reduxjs/redux-toolkit
Answered 1 discussion in 1 repository

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