React

Introduction to React - Component-based architectu...

13.

What is component-based architecture in React?

It is a design pattern where the UI is divided into reusable, self-contained components.

It is a way to structure code in a hierarchical manner.

It is a method to handle data flow between different parts of an application.

It is a technique to improve performance in React apps.