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.
- 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.