From 0fe2f5d5e06a8fbf90f8ad9fc00773c76b6fb5b3 Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Mon, 7 Mar 2022 15:44:58 +0000 Subject: [PATCH 1/2] Clarify intended audience for architecture overview --- docs/architecture-overview.md | 18 +++++++++++++++++- .../version-0.67/architecture-overview.md | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/architecture-overview.md b/docs/architecture-overview.md index 0b22e32564a..4b775d6ef1b 100644 --- a/docs/architecture-overview.md +++ b/docs/architecture-overview.md @@ -3,4 +3,20 @@ id: architecture-overview title: Architecture 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. +:::info +Welcome to the Architecture Overview! If you're getting started with React Native, please refer to Guides 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 discussion inside the working group 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](architecture-glossary) diff --git a/website/versioned_docs/version-0.67/architecture-overview.md b/website/versioned_docs/version-0.67/architecture-overview.md index 0b22e32564a..4b775d6ef1b 100644 --- a/website/versioned_docs/version-0.67/architecture-overview.md +++ b/website/versioned_docs/version-0.67/architecture-overview.md @@ -3,4 +3,20 @@ id: architecture-overview title: Architecture 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. +:::info +Welcome to the Architecture Overview! If you're getting started with React Native, please refer to Guides 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 discussion inside the working group 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](architecture-glossary) From a89693c696bd0e31c7ad6fe7ee5cd0a854f7527b Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Fri, 11 Mar 2022 20:47:37 +0100 Subject: [PATCH 2/2] Fix broken links --- website/architecture/architecture-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/architecture/architecture-overview.md b/website/architecture/architecture-overview.md index 99cb564c79f..470b714d854 100644 --- a/website/architecture/architecture-overview.md +++ b/website/architecture/architecture-overview.md @@ -5,7 +5,7 @@ slug: /overview --- :::info -Welcome to the Architecture Overview! If you're getting started with React Native, please refer to Guides section. Continue reading to learn how internals of React Native work! +Welcome to the Architecture Overview! If you're getting started with React Native, please refer to Guides 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. ::: @@ -20,4 +20,4 @@ Architecture Overview is intended to share conceptual overview of how React Nati - [Cross Platform Implementation](xplat-implementation) - [View Flattening](view-flattening) - [Threading Model](threading-model) -- [Glossary](architecture-glossary) +- [Glossary](glossary)