Making Sense of JSX vs HTML
Oct 21, 2020 · 5 min read · In case you are learning React or have worked on some applications using React, you must be knowing that in-order to build UI we write the markup using JSX ( JavaScript XML ) and not the good old HTML. In case, you didn't knew, don't sweat it. You kn...
Join discussion