Skip to content

Commit 12a0943

Browse files
authored
Add table of contents and encourage people to leave feedback in working group in Architecture Overview intro (#2996)
* Clarify intended audience for architecture overview * Fix broken links
1 parent 3ef5ac2 commit 12a0943

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

website/architecture/architecture-overview.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,20 @@ title: Architecture Overview
44
slug: /overview
55
---
66

7-
This section is a work in progress intended to share conceptual overviews of how React Native's architecture works. Its intended audience includes library authors, core contributors, and the exceptionally curious. It is not a requirement to be familiar with this material to use React Native.
7+
:::info
8+
Welcome to the Architecture Overview! If you're getting started with React Native, please refer to <a href="/docs/getting-started">Guides</a> section. Continue reading to learn how internals of React Native work!
9+
10+
This section is a work in progress and more material will be added in the future. Please make sure to come back later to check for new information.
11+
:::
12+
13+
Architecture Overview is intended to share conceptual overview of how React Native's internals work. The indented audience includes library authors and core contributors. If you are an app developer, it is not a requirement to be familiar with this material to be effective with React Native. You can still benefit from the overview as it will give you insights into how React Native works under the hood. Feel free to share your feedback on the <a href="https://github.com/reactwg/react-native-new-architecture/discussions/9">discussion inside the working group</a> for this section.
14+
15+
## Table of Contents
16+
17+
- Rendering
18+
- [Fabric](fabric-renderer)
19+
- [Render, Commit, and Mount](render-pipeline)
20+
- [Cross Platform Implementation](xplat-implementation)
21+
- [View Flattening](view-flattening)
22+
- [Threading Model](threading-model)
23+
- [Glossary](glossary)

0 commit comments

Comments
 (0)