Data flow architecture with Redux and Angular 2
This workshop is all about modern SPA architecture, focused on popular architectural design pattern Redux. Redux introduces a unidirectional data-flow and a predictable state container that scales. Through a series of live code examples, Nir Kaufman walks you through a complete flow of a typical application, using Angular2 as the presentation layer.
Talk Title | Data flow architecture with Redux and Angular 2 |
Speakers | |
Conference | O’Reilly Open Source Convention |
Conf Tag | |
Location | London, United Kingdom |
Date | October 17-19, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
This workshop is all about modern SPA architecture, focused on popular architectural design pattern Redux. Redux, an architectural pattern inspired by concepts from stateless web architecture patterns and functional programming paradigms, introduces a unidirectional data-flow and a predictable state container that scales. It’s a popular, mind-blowing alternative to the popular MVC pattern and solves a lot of issues in an elegant and clean way. Through a series of live code examples, Nir Kaufman walks you through a complete flow of a typical application, using Angular2 as the presentation layer. Topics include: