Skip to content

Instantly share code, notes, and snippets.

@ocws-gh
Last active March 2, 2018 06:34
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 ocws-gh/a59c1dce48c973e03d03c9995ff6b79a to your computer and use it in GitHub Desktop.
Save ocws-gh/a59c1dce48c973e03d03c9995ff6b79a to your computer and use it in GitHub Desktop.
{todos.map(todo =>
<Todo
key={todo.id}
{...todo}
onClick={() => onTodoClick(todo.id)}
/>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment