From 69c55c36433984f6fdbf5b3574b8ef6e19b5568e Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 14 Apr 2026 12:04:10 +0200 Subject: [PATCH] small fixes based on the deployment logs --- docs/element-nodes.md | 2 +- docs/text-nodes.md | 2 +- ...2024-10-23-the-new-architecture-is-here.mdx | 2 +- ...-moving-towards-a-stable-javascript-api.mdx | 18 +++++++++--------- website/docusaurus.config.ts | 1 + .../version-0.82/element-nodes.md | 2 +- .../versioned_docs/version-0.82/text-nodes.md | 2 +- .../version-0.83/element-nodes.md | 2 +- .../versioned_docs/version-0.83/text-nodes.md | 2 +- .../version-0.84/element-nodes.md | 2 +- .../versioned_docs/version-0.84/text-nodes.md | 2 +- .../version-0.85/element-nodes.md | 2 +- .../versioned_docs/version-0.85/text-nodes.md | 2 +- 13 files changed, 21 insertions(+), 20 deletions(-) diff --git a/docs/element-nodes.md b/docs/element-nodes.md index fb3f5667481..654c870b37f 100644 --- a/docs/element-nodes.md +++ b/docs/element-nodes.md @@ -115,7 +115,7 @@ From [`Node`](https://developer.mozilla.org/en-US/docs/Web/API/Node): - [`nodeType`](https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType) - [`nodeValue`](https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeValue) - [`ownerDocument`](https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument) - - ℹ️ Will return the [document instance](/docs/next/document-instances) where this component was rendered. + - ℹ️ Will return the [document node](/docs/next/document-nodes) where this component was rendered. - [`parentElement`](https://developer.mozilla.org/en-US/docs/Web/API/Node/parentElement) - [`parentNode`](https://developer.mozilla.org/en-US/docs/Web/API/Node/parentNode) - [`previousSibling`](https://developer.mozilla.org/en-US/docs/Web/API/Node/previousSibling) diff --git a/docs/text-nodes.md b/docs/text-nodes.md index 7fdbacf550f..63f195ea4b5 100644 --- a/docs/text-nodes.md +++ b/docs/text-nodes.md @@ -73,7 +73,7 @@ From [`Node`](https://developer.mozilla.org/en-US/docs/Web/API/Node): - [`nodeType`](https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType) - [`nodeValue`](https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeValue) - [`ownerDocument`](https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument) - - ℹ️ Will return the [document instance](/docs/next/document-instances) where this component was rendered. + - ℹ️ Will return the [document node](/docs/next/document-nodes) where this component was rendered. - [`parentElement`](https://developer.mozilla.org/en-US/docs/Web/API/Node/parentElement) - [`parentNode`](https://developer.mozilla.org/en-US/docs/Web/API/Node/parentNode) - [`previousSibling`](https://developer.mozilla.org/en-US/docs/Web/API/Node/previousSibling) diff --git a/website/blog/2024-10-23-the-new-architecture-is-here.mdx b/website/blog/2024-10-23-the-new-architecture-is-here.mdx index 28e7b389b96..b6948120a94 100644 --- a/website/blog/2024-10-23-the-new-architecture-is-here.mdx +++ b/website/blog/2024-10-23-the-new-architecture-is-here.mdx @@ -351,7 +351,7 @@ This change allows you to read layout information synchronously and update the U -For more information, see the docs for [Synchronous Layout and Effects](/docs/0.75/the-new-architecture/landing-page#synchronous-layout-and-effects). +For more information, see the docs for [Synchronous Layout and Effects](/architecture/landing-page#synchronous-layout-and-effects). ### Full Support for Suspense diff --git a/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.mdx b/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.mdx index 0ca16e122e8..a79a34f5ae3 100644 --- a/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.mdx +++ b/website/blog/2025-06-12-moving-towards-a-stable-javascript-api.mdx @@ -10,7 +10,7 @@ In React Native 0.80, we're introducing two significant changes to React Native' **Quick takeaways:** - **Deep imports deprecation**: From 0.80, we're introducing deprecation warnings for deep imports from the `react-native` package. -- **Opt-in Strict TypeScript API**: We are moving to from-source TypeScript types and a new public API baseline under TypeScript. These enable stronger and more futureproof type accuracy, and will be a one-time breaking change. [Opt in](/blog/2025/06/12/moving-towards-a-stable-javascript-api#strict-typescript-api) via `compilerOptions` in your project's `tsconfig.json`. +- **Opt-in Strict TypeScript API**: We are moving to from-source TypeScript types and a new public API baseline under TypeScript. These enable stronger and more futureproof type accuracy, and will be a one-time breaking change. [Opt in](/blog/2025/06/12/moving-towards-a-stable-javascript-api#future--strict-typescript-api-by-default) via `compilerOptions` in your project's `tsconfig.json`. - We'll work with the community over time to ensure that these changes work for everyone, before enabling the Strict TypeScript API by default in a future React Native release. {/* truncate */} @@ -310,20 +310,20 @@ Thanks also to [Pieter Vanderwerff](https://github.com/pieterv), [Rubén Norte]( :::note[Learn more]
-
- +
+ Watch the talk! - + We shared a deep dive into our motivations and the work behind the Strict TypeScript API at{' '} App.js 2025. -

- **[View on - YouTube](https://www.youtube.com/live/UTaJlqhTk2g?si=SDRmj80kss7hXuGG&t=6520)** -

+ + View on YouTube +