An Angular2 app that demonstrates the use of Redux (sync and async actions). It has two actions:
CurrentUser#setTimezone
- a simple synchronous actionArticles#fetch
- an async action that triggers three actions sequentially:fetching
->fetched
orfailure
It also features the way to display/update the information and the progress in a component.
ng2-redux-proto
is released under the MIT License.