Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 612 Bytes

app_component_hierarchy.md

File metadata and controls

10 lines (5 loc) · 612 Bytes

App Component Hierarchy

React uses a hierarchical component architecture. The React model encourages taking a visual approach to defining your app. (See Thinking in React - “Start with a mock”.) Therefore, let's start with some mockups of the app views we'll be creating.

A key purpose of doing this is to think about what each component will be responsible for.

preview app component hierarchy

This is essential when building an app, to help with and planning and think through your component hierarchy.