Skip to content

Instantly share code, notes, and snippets.

@simbathesailor
Created October 6, 2019 05:04
Show Gist options
  • Save simbathesailor/e86000e71751d76ae7818655be416ee6 to your computer and use it in GitHub Desktop.
Save simbathesailor/e86000e71751d76ae7818655be416ee6 to your computer and use it in GitHub Desktop.
Props and state(ReturnJObComponent)
{
jobs.map((job, index) => {
return <Job key={index} job={job} />
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment