MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Add Thunk/Async Example #21

Closed chrisjcodes closed 5 years ago

chrisjcodes commented 6 years ago

Add an example of an action and a thunk. Maybe call something like the GitHub API since its public and pull some of HAUS' profile info and display it in the Home or About Route

rynocouse commented 6 years ago

One option is to maintain a sample code branch. This would make it easier to remove all sample code by generating a .patch file against dev.

stevescavo commented 5 years ago

This is probably beyond the scope of this starter, so I'm closing.