DeloitteDigitalUK / react-redux-starter-app

Starter app with React, Redux, Webpack, CSS Modules, API calls etc.
MIT License
16 stars 0 forks source link

Repositories Container #13

Closed michael-martin closed 8 years ago

michael-martin commented 8 years ago

This feature isn't complete, but want to put up the PR as an example container component for the other PRs waiting. I've looked into file structures a lot, and settled on:

Happy to discuss any of that though :)

Coming in the next PR:

michael-martin commented 8 years ago

@vitkon Updated now with API data fetching (via whatwg-fetch and thunks), and moved the display logic we talked about.

Can you take another look?

vitkon commented 8 years ago

let's merge for now and address API and tests later on.

michael-martin commented 8 years ago

Merged now, closing.