Last active
January 27, 2016 15:10
-
-
Save mobinni/e0f7f684de259bc37dc6 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
export default function (config) { | |
return { | |
loadFeeds() { | |
return { type: 'get', payload: ['feed 1', 'feed 2', 'feed 3'] } | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment