Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydrate app from database #22

Merged
merged 2 commits into from
Jul 29, 2016

Conversation

nicogreenarry
Copy link
Contributor

@nicogreenarry nicogreenarry commented Jul 29, 2016

feat: Add RoomsList container
Previously, App directly rendered our generic CardList component, and passed in the list of rooms. This commit adds an intermediate component (a Redux Container):
App
RoomsList
CardList

RoomsList communicates with the Redux Store, and pulls data from the store. So far, it doesn't dispatch any actions.

Reviewed by Rene

Add some meaningful boilerplate to our container template
Previously, App directly rendered our generic CardList component, and passed in the list of rooms. This commit adds an intermediate component (a Redux Container):
App
  RoomsList
    CardList

RoomsList communicates with the Redux Store, and pulls data from the store. So far, it doesn't dispatch any actions.

Reviewed by Rene
@Bpatalano Bpatalano merged commit 3e4b3e6 into Nailed-it:master Jul 29, 2016
@nicogreenarry nicogreenarry deleted the hydrate-app-from-database branch July 29, 2016 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants