Last active
January 27, 2016 15:10
-
-
Save mobinni/8afa45ac8f1314a20b46 to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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