Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created November 5, 2019 16:30
Show Gist options
  • Save sabesansathananthan/44dd5155db9c4044c6188b36269bc890 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/44dd5155db9c4044c6188b36269bc890 to your computer and use it in GitHub Desktop.
React best practice div component example
return (
<div>
<li>Content</li>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment