Skip to content

Files

Latest commit

f63c689 · Jun 4, 2024

History

History

3.using_jsx

Writing Markup with JSX

  • Tag and logic are closely related, so react put them in a component.
  • JSX is similar to HTML, but there're some difference between these. In need, we could use Translator to transfer HTML to JSX.
  • Error prompt usually guide you to change the tags to the correct format.