Skip to content

Instantly share code, notes, and snippets.

@mobinni
Last active January 27, 2016 15:10
Show Gist options
  • Save mobinni/8afa45ac8f1314a20b46 to your computer and use it in GitHub Desktop.
Save mobinni/8afa45ac8f1314a20b46 to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 2
import actions from './actions';
import reducers from './reducers';
export default (config) => {
return {
actions: actions(config),
reducers,
name: 'feed'
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment