Using JSX to Write UI
Learn how JSX is used to write the user interface.
Instead of using the h
function, we could write our UI using JSX, which is an XML-like syntax extension invented by Facebook that makes writing virtual DOM structures easier and more readable. Our vtreeElements
function will look like this:
Get hands-on with 1400+ tech skills courses.