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.7k 818

  2. Predictable state container for JavaScript apps

    TypeScript 58.8k 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.9k 2.5k

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

    5.2k 370

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

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

Contribution activity

October 2022

Created a pull request in reduxjs/redux-toolkit that received 6 comments

Add codemods-cli and rewrite "object reducer" codemods

Ref: #2301 #2592 This PR: Adds codemods-cli as a dep Does a bunch of automated and manual deduping of our dependencies, because we had a whole …

+1,450 −1,935 6 comments
Reviewed 31 pull requests in 3 repositories
replayio/devtools 25 pull requests
reduxjs/redux-toolkit 3 pull requests
reduxjs/react-redux 1 pull request

Created an issue in reduxjs/redux-toolkit that received 1 comment

Codemods may alter punctuation

Running the codemods on some actual repos is turning up some cases where it's adding semicolons or similar. Shouldn't do that.

1 comment
Started 1 discussion in 1 repository
reduxjs/redux-toolkit
Answered 2 discussions in 1 repository
reduxjs/redux-toolkit

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