From 1eda8da32976e618142db066cc239c2f40d80c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCslim=20Y=C4=B1lmaz?= <46666748+MuslumYilmaz@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:34:57 +0300 Subject: [PATCH] docs: add JSX runtime comparison resource --- packages/documentation/copy/en/tutorials/React.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/documentation/copy/en/tutorials/React.md b/packages/documentation/copy/en/tutorials/React.md index 4bf5005bbfb7..2d33d9e4408a 100644 --- a/packages/documentation/copy/en/tutorials/React.md +++ b/packages/documentation/copy/en/tutorials/React.md @@ -9,6 +9,8 @@ experimental: false TypeScript supports [JSX](/docs/handbook/jsx.html) and can correctly model the patterns used in React codebases like `useState`. +For a practical comparison of the classic and automatic JSX runtimes, including how Babel and TypeScript transform JSX, see [How JSX is transformed in React](https://frontendatlas.com/react/trivia/react-jsx-transform-and-why-not-required). + ### Getting Set Up With a React Project Today there are many frameworks which support TypeScript out of the box: