Skip to content

Instantly share code, notes, and snippets.

@tb0yd
Last active October 29, 2015 15:34
Show Gist options
  • Save tb0yd/00fe80c53ecfed4164c6 to your computer and use it in GitHub Desktop.
Save tb0yd/00fe80c53ecfed4164c6 to your computer and use it in GitHub Desktop.
Full Stack Redux

Here are my thoughts on the problem. Basically we should add another store to represent the database. The database "store" has its own actions that don't render components, but just call other actions (like "render new data" or "render error message" or "try again").

screen shot 2015-10-29 at 11 08 35 am

Blue: stores
Yellow: components
Green: reducers
Red: actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment