Skip to content

Instantly share code, notes, and snippets.

@rajeshpillai
Forked from stevekinney/asm-setup.md
Created December 28, 2017 08:16
Show Gist options
  • Save rajeshpillai/a2758090d70e98395cd799ff751f219f to your computer and use it in GitHub Desktop.
Save rajeshpillai/a2758090d70e98395cd799ff751f219f to your computer and use it in GitHub Desktop.

Revisions

  1. @stevekinney stevekinney revised this gist Nov 16, 2017. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion asm-setup.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,8 @@ Download the following repositories and run `yarn install` in each:

    ## Slides

    - [Slides](https://www.dropbox.com/s/a3rpf77rpaw3hgi/Advanced%20State%20Management.pdf?dl=0)
    - [Slides](https://www.dropbox.com/s/a3rpf77rpaw3hgi/Advanced%20State%20Management.pdf?dl=0)

    ## Redux Live Coding Segment

    - [JSBin](http://jsbin.com/yixuyok/edit?js,console)
  2. @stevekinney stevekinney revised this gist Nov 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asm-setup.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ## Repositories

    Down the following repositories and run `yarn install` in each:
    Download the following repositories and run `yarn install` in each:

    - [Basic Counter](https://github.com/stevekinney/basic-counter)
    - [Pizza Calculator](https://github.com/stevekinney/pizza-calculator)
  3. @stevekinney stevekinney created this gist Nov 15, 2017.
    14 changes: 14 additions & 0 deletions asm-setup.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # State Management Patterns

    ## Repositories

    Down the following repositories and run `yarn install` in each:

    - [Basic Counter](https://github.com/stevekinney/basic-counter)
    - [Pizza Calculator](https://github.com/stevekinney/pizza-calculator)
    - [Jetsetter](https://github.com/stevekinney/jetsetter)
    - [Offices and Dragons](https://github.com/stevekinney/offices-and-dragons)

    ## Slides

    - [Slides](https://www.dropbox.com/s/a3rpf77rpaw3hgi/Advanced%20State%20Management.pdf?dl=0)