Skip to content

Instantly share code, notes, and snippets.

@dijs
Created January 4, 2016 17:22

Revisions

  1. dijs created this gist Jan 4, 2016.
    10 changes: 10 additions & 0 deletions react-containers-and-components.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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