Created
November 5, 2019 16:30
-
-
Save sabesansathananthan/44dd5155db9c4044c6188b36269bc890 to your computer and use it in GitHub Desktop.
React best practice div component example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return ( | |
<div> | |
<li>Content</li> | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment