Skip to content
Avatar

Highlights

  • 6 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.

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

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

    5k 357

  3. Predictable state container for JavaScript apps

    TypeScript 56.2k 14.7k

  4. Official React bindings for Redux

    JavaScript 21.1k 3k

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

    JavaScript 272 37

  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,

793 contributions in the last year

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

Contribution activity

June 2021

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

Final RTKQ docs cleanup

This PR: Fills out additional explanations and material for various RTKQ docs pages Edits a lot of the formatting and headers Cleans up some grammar

+398 −166 4 comments
Reviewed 6 pull requests in 4 repositories
reduxjs/react-redux 3 pull requests
khaledosman/react-redux-realworld-example-app 1 pull request
reduxjs/redux 1 pull request
reduxjs/redux-toolkit 1 pull request

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

Update all remaining code blocks to have TS/JS toggles

We have a number of code blocks that are still JS-only. It would be useful to convert all of them to be toggleable TS/JS blocks instead. As an exam…

7 comments

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