Skip to content

Instantly share code, notes, and snippets.

@dijs
Created January 4, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dijs/5ae26fc5fb6a9a28f7b7 to your computer and use it in GitHub Desktop.
Save dijs/5ae26fc5fb6a9a28f7b7 to your computer and use it in GitHub Desktop.
React Containers and Components

Redux is done a bit differently...

Containers

  • Fetch data
  • Manage data
  • Show fetching errors, loading, and UI
  • Compose these

Components (Dumb)

  • Only use props for data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment