Skip to content

Add table of contents and encourage people to leave feedback in working group in Architecture Overview intro #2996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion website/architecture/architecture-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@ title: Architecture Overview
slug: /overview
---

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.
:::info
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!

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.
:::

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.

## Table of Contents

- Rendering
- [Fabric](fabric-renderer)
- [Render, Commit, and Mount](render-pipeline)
- [Cross Platform Implementation](xplat-implementation)
- [View Flattening](view-flattening)
- [Threading Model](threading-model)
- [Glossary](glossary)