Redux conventions
This section is not intended to teach you these Redux concepts, but rather show how we integrate those concepts in this specific architecture at Altschool. We rely heavily on the Flux Standard Action convention, which gives us a reliable structure for the Redux actions that pass through our system.
If you're looking for an excellent introduction to all the the Redux concepts and theory, we highly recommend spending a few hours reading Facebook's excellent documentation. Also worthwhile is toranb's documentation written specifically for ember-redux.