avacacodeavacacode.hashnode.devยทMar 26, 2024Using JSX in ReactWhy JSX? JSX allows html, css and js to be written in one place, as opposed to the old way of putting them in separate files. Example JSX Curly braces for dynamic strings. export default function TodoList() { const name = 'Gregorio Y. Zara'; retu...ReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.