Skip to content

Instantly share code, notes, and snippets.

@seanwash
Created October 10, 2016 00:13
Show Gist options
  • Select an option

  • Save seanwash/ce15842eecb30bc890be18f07dbc98c0 to your computer and use it in GitHub Desktop.

Select an option

Save seanwash/ce15842eecb30bc890be18f07dbc98c0 to your computer and use it in GitHub Desktop.

Terms

Actions

An action describes user intent. It's an object with a type (required) and any sort of date.

Ex:

{
  type: RATE_COURSE,
  rating: 4
}

Reducers

Store

Container Components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment