Created
August 6, 2015 13:09
-
-
Save coryhouse/9e09fa659cf89e4eddef to your computer and use it in GitHub Desktop.
Author data for "Building Applciations with React and Flux" on Pluralsight
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
module.exports = { | |
authors: | |
[ | |
{ | |
id: 'cory-house', | |
firstName: 'Cory', | |
lastName: 'House' | |
}, | |
{ | |
id: 'scott-allen', | |
firstName: 'Scott', | |
lastName: 'Allen' | |
}, | |
{ | |
id: 'dan-wahlin', | |
firstName: 'Dan', | |
lastName: 'Wahlin' | |
} | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why not to use JSON file instead?