What is the name of the base component of this component?
class Comp extends React.Component {
render() {
return <h1>Look at the time: {time}</h1>;
}
}
What is the name of the base component of this component?
class Comp extends React.Component {
render() {
return <h1>Look at the time: {time}</h1>;
}
}