The Wayback Machine - https://web.archive.org/web/20200811044431/https://github.com/markerikson
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Curated tutorial and resource links I've collected on React, Redux, ES6, and more

    19.5k 2.1k

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

    4.7k 355

  3. Predictable state container for JavaScript apps

    TypeScript 54k 14.2k

  4. Official React bindings for Redux

    JavaScript 19.9k 2.9k

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

    JavaScript 254 36

  6. 1
    class ParentComponent extends Component {
    2
        render() {
    3
            // My basic render function structure:
    4
            
    5
            // 1) Extract values from props and state

465 contributions in the last year

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

Contribution activity

August 2020

Created a pull request in reduxjs/redux that received 2 comments

Add "use hooks" style guide rule and "action stack trace" tutorial example

Added a new Style Guide rule for "prefer the hooks API as the default", plus an example of looking up action stack traces in the Essentials tutorial.

+67 −58 2 comments
You can’t perform that action at this time.