Store Store Methods Store Methods getState() Returns dispatch(action) Arguments Returns Notes Example subscribe(listener) Arguments Returns Example replaceReducer(next...
Glossary State Action Reducer Dispatching Function Action Creator Async Action Middleware Store Store creator Store enhancer Glossary This is a glossary of the core t...
CQRS Installation Commands Events Sagas Queries Setup Summary CQRS The flow of simple CRUD (Create, Read, Update and Delete) applications can be described using the fol...
Motivation Motivation As the requirements for JavaScript single-page applications have become increasingly complicated, our code must manage more state than ever before . This ...
Test Setup Test Setup The repo angular2-redux-starter is a basic webpack-based Angular application (with Redux) with the same testing toolchain outlined above. Let's take a lo...