Answer the question
In order to leave comments, you need to log in
Why doesn't jsx compile?
Hello, I don't understand the reason for the error.
import React from 'react'
export default function Article(){
return {
<div>
<h1> Hello</h1>
<section> Body</section>
</div>
}
}
Answer the question
In order to leave comments, you need to log in
How to solve this problem with React?Read documentation .
return (
<div>
<h1> Hello</h1>
<section> Body</section>
</div>
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question