from React Beginner Tutorial

  • Component-Oriented
    • Component-oriented is a development style that naturally extends HTML.
    • HTML itself consists of UI objects and their corresponding data and logic, which are bundled together.
      • For example, .
      • This bundle can be reused.
    • With this approach, you can extend and create your own bundles while maintaining the same mindset.
  • Thanks to this, you can handle existing elements like p and a together with your custom ones.