Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Redux principles in plain JavaScript

Redux principles in plain JavaScript

In this presentation I wanna share the things I've learned while building a Tic-Tac-Toe game using Redux principles in plain javascript. How store, actions and reducers can be implemented from scratch and how each of these concepts connect together in order achieve the unidirectional data flow approach.

Ramon Victor

May 25, 2016
Tweet

More Decks by Ramon Victor

Other Decks in Programming

Transcript

  1. 1. What’s Redux 2. Vanilla JS case study 3. Going

    beyond 4. Learning resources Agenda
  2. • Redux is easy to test and debug • It

    fits with both simple and complex apps • It plays nicely with React, or any other view layer framework. Wrap up