Understanding Component Based Architecture

... Less than 1 minute

# Understanding Component Based Architecture

# What is Component based architecture?

Component based architecture is a method for encapsulating individual pieces of a larger user interface into self-sustainning independent micro-systems.

# What are some benefits of Component based architecture?

Component based architecture lets developers create reauseable components that can be used for different purposes.

# What are some drawbacks to Component based architecture?

Although CBA encourages reusability and single-responsibility, it can often lead to blated and polluted views. When using many components, there is the possibility that readability might actually become degraded.

# Afternoon Challenge

https://github.com/TimothyKimble/vue-playground

Last update: September 23, 2021 04:13