Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Created August 6, 2015 13:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coryhouse/9e09fa659cf89e4eddef to your computer and use it in GitHub Desktop.
Save coryhouse/9e09fa659cf89e4eddef to your computer and use it in GitHub Desktop.
Author data for "Building Applciations with React and Flux" on Pluralsight
module.exports = {
authors:
[
{
id: 'cory-house',
firstName: 'Cory',
lastName: 'House'
},
{
id: 'scott-allen',
firstName: 'Scott',
lastName: 'Allen'
},
{
id: 'dan-wahlin',
firstName: 'Dan',
lastName: 'Wahlin'
}
]
};
@coryhouse
Copy link
Author

This file belongs in /src/api/authorData.js

@lidak
Copy link

lidak commented Nov 23, 2016

Why not to use JSON file instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment