Skip to content

Instantly share code, notes, and snippets.

@mobinni
Created December 16, 2015 20:57
Show Gist options
  • Save mobinni/864c449b2351d4492f59 to your computer and use it in GitHub Desktop.
Save mobinni/864c449b2351d4492f59 to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 1
// Components
import App from '../components/Main';
import feed from './feed';
export default {
path: '/',
component: App,
childRoutes: [
feed.index,
feed.item
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment