Using Redux For Building Applications With NativeScript Angular

preview_player
Показать описание
Redux and reactive programming is gaining momentum among the Angular 2 community for a reason. It is a fresh apporach on how we handle state in a complex application and how to avoid "everything depends on everything else" problem as the code-base grows.

In this talk from NativeScript Developer Day 2016, Alex Vakrilov will touch on the major concepts of Redux and see how to use ngrx-store in a NativeScript Angular application. He will talk about the benefits of immutable state and how it can ease your life as a developer.
Рекомендации по теме
Комментарии
Автор

Mind if i ask, how do you persist that state for offline mode?

CarlosEstebanLopezJaramillo