Journal Week 6 Day 1
# Journal Week 6 Day 1
What is Component based architecture?
What are some benefits of Component based architecture?
What are some drawbacks to Component based architecture?
Component based architecture is building a site using components, which are prebuilt templates with all the information built in, and can be iterated over with v-for.
Some of the benefits of components are the resuabitity. You can have similar looking things on a site open at the same time without having to rewrite the code everytime.
Some of the disadvantages of the component architecture is the lack of single responsibility. The sites and codes can start to look bloated.
Daily Challenge https://github.com/JordanWilker/Week-6-Day-1