Skip to content

Instantly share code, notes, and snippets.

@nonopolarity
Last active February 20, 2020 01: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 nonopolarity/ccd6cf72f11250348f2c718b1d7b3cc7 to your computer and use it in GitHub Desktop.
Save nonopolarity/ccd6cf72f11250348f2c718b1d7b3cc7 to your computer and use it in GitHub Desktop.
<table>
<tbody>
{
data.map((record, i) => <tr key={i}>
<td>{record.id}</td>
<td>{record.name}</td>
</tr>)
}
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment