Skip to content

Instantly share code, notes, and snippets.

@jonhilt
Created June 9, 2018 20:11
Show Gist options
  • Save jonhilt/29f9fe6708514deea93ca2cf842d2da2 to your computer and use it in GitHub Desktop.
Save jonhilt/29f9fe6708514deea93ca2cf842d2da2 to your computer and use it in GitHub Desktop.
export default class MyUsers extends React.Component<any, any>{
public state = {
"users": [
{ "id": 1, "name": "Jon Hilton", "summary": "36 / Lead Developer" },
{ "id": 2, "name": "Janine Smith", "summary": "32 / Senior Engineer" }
]
};
// rest of class omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment