Skip to content

Instantly share code, notes, and snippets.

@clc80
Created August 22, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clc80/41dab40a9cdf4c0797cbc4aba2d95f16 to your computer and use it in GitHub Desktop.
Save clc80/41dab40a9cdf4c0797cbc4aba2d95f16 to your computer and use it in GitHub Desktop.
App.defaultProps = {
instructors: [
{
id: 0,
name: "Michael",
avatar:
"https://www.rithmschool.com/content/react_fundamentals/michael.jpg",
hobby: "hiking"
},
{
id: 1,
name: "Matt",
avatar: "https://www.rithmschool.com/content/react_fundamentals/matt.jpg",
hobby: "math"
},
{
id: 2,
name: "Elie",
avatar: "https://www.rithmschool.com/content/react_fundamentals/elie.jpg",
hobby: "cello"
},
{
id: 3,
name: "Whiskey",
avatar:
"https://www.rithmschool.com/content/react_fundamentals/whiskey.jpg",
hobby: "napping"
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment