Skip to content

Instantly share code, notes, and snippets.

View dineshdeveloper1's full-sized avatar
🏆
Focusing

Dinesh Kumar dineshdeveloper1

🏆
Focusing
View GitHub Profile
// static list ==========================================================
class MyList extends React.Component{
render(){
return(
<>
<ul>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
</ul>