chilangodev / platicas

Repo donde se lleva el seguimiento a las pláticas de Chilango Dev
10 stars 0 forks source link

Redux 101 #16

Closed mishelashala closed 8 years ago

mishelashala commented 8 years ago

Redux 101

What is Redux and how it works?

Summary

  1. Single Source of Truth
  2. Actions [creators]
  3. Reducers
  4. Stores

    Outline

  5. Single Source of Trurh
    • One state tree
    • Immutable data structure
    • Globally Available
  6. Actions [creatos]
    • What is an action?
    • How to create them?
    • Why?
  7. Reducers
    • What is a reducer?
    • How to implement one?
  8. One global store
    • Using redux.createStore
    • Dispatch events
    • Subscribe to store

      Bio

name: Michell Ayala
url: @mishelashala
pic: https://pbs.twimg.com/profile_images/747323729890287616/v6QpVXRO.jpg
bio: JavaScript Developer
danpliego commented 8 years ago

@mishelashala te apuntas para el chilango de este mes?

mishelashala commented 8 years ago

Pos va.

juankiz commented 8 years ago

Muchas gracias por la plática @mishelashala