Coding > React JSX > Flashcards
What is JSX?
JavaScript XML, allows us to write HTML in react/JS files
How does React use JSX to render components?
React uses the JSX file to render all the elements and all their attributes/etc and then attaches it to the dom.