This bit is shared among all approaches, the actual prop definition.
var Actions = require('actions');
var CourseStore = require('stores/CourseStore');
var asyncProps = {
course: {
// We load the course from a remote backend and trigger a redirect to
// a different page if the resource was not found.