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.4k 788

  2. Predictable state container for JavaScript apps

    TypeScript 58.6k 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.2k 372

  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,539 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 9 commits in 2 repositories

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

Re-enable new console as default again

Re-enables the new console as default now that we've landed several fixes. Putting this up now so it's here when we're ready to turn this back on. S…

+1 −11 4 comments

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

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