Vue3 Introduction: Understanding Component based Architecture
2021-9-12 Less than 1 minute
# Vue3 Introduction: Understanding Component based Architecture
# What is Component based architecture?
A small feature that makes up a piece of the user interface allowing components to interact with each other but being separate.
# What are some benefits of Component based architecture?
- Maximizes functionality and performance of sites
- Components are Reusable
- Methods and Api's exist in the components structure.
# What are some drawbacks to Component based architecture?
- Bloated and polluted views
- Over-engineering.