Komponent klasowy reaguj
class ClassComponent extend React.Component {
render(){
return(
<h1>
Class Component here
</h1>
)
}
}
Xenophobic Xenomorph