Skip to content
Avatar

Highlights

  • 11 discussions answered
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. Curated tutorial and resource links I've collected on React, Redux, ES6, and more

    20.8k 2.3k

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

    5k 362

  3. Predictable state container for JavaScript apps

    TypeScript 56.4k 14.8k

  4. Official React bindings for Redux

    JavaScript 21.2k 3.1k

  5. A sample app to demonstrate various useful Redux techniques, accompanying the blog series at http://blog.isquaredsoftware.com/series/practical-redux

    JavaScript 273 38

  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,

802 contributions in the last year

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

Contribution activity

July 2021

Created a pull request in reduxjs/react-redux that received 5 comments

Convert package management to Yarn v2

This PR: Switches the React-Redux package management process to use Yarn v2 Added Yarn "binary" and config file, and added a lockfile Updated git…

+18,311 −71,590 5 comments
Reviewed 6 pull requests in 4 repositories
reduxjs/react-redux 3 pull requests
DefinitelyTyped/DefinitelyTyped 1 pull request
reduxjs/redux 1 pull request
reduxjs/redux-toolkit 1 pull request

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

Enhancement: add built-in support for "reducer injection"

The standard idiom for code-splitting Redux reducer logic is to call replaceReducer with a re-created root reducer. However, to do that, you have t…

8 comments
Started 1 discussion in 1 repository
reactwg/react-18

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