hey guys been a bit… finally stumped again …
any hint without getting anywhere NEEEAAR the answer
i believe i am starting to believe me when i believe i am close…
… and i DO believe I am close
…
Your code so far
class MyComponent extends React.Component{
constructor(props) {
super(props);
}
render() {
return (
<div id = "challenge-node">
<h1> My First React Component!</h1>
</div>
);
};
}
ReactDOM.render(MyComponent , document.getElementById("challenge-node"))
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0
Challenge: React - Write a React Component from Scratch
Link to the challenge: