DEV Community

Discussion on: Introducing Responsive React Components 🔥

Collapse
 
worsnupd_47 profile image
Daniel Worsnup

I am personally of the opinion that JSX is way easier to comprehend than nested React.createElement calls, but I do think it's important for beginners to eventually learn what's happening under the hood of the JSX magic.

Thread Thread
 
w0298i profile image
Foxatron

Check out redom/hyperscript then tell me nested createElement calls look ugly.