From a5809d2bfe92e354b6543232ec8e54418c0858ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B2=E1=86=AB=E1=84=83=E1=85=A1=E1=84=89?= =?UTF-8?q?=E1=85=A9=E1=86=B7?= Date: Fri, 31 Oct 2025 11:46:53 +0900 Subject: [PATCH 1/2] Fix RedwoodJS link in creating-a-react-app page --- src/content/learn/creating-a-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/creating-a-react-app.md b/src/content/learn/creating-a-react-app.md index df512cca8e7..691faf45dcf 100644 --- a/src/content/learn/creating-a-react-app.md +++ b/src/content/learn/creating-a-react-app.md @@ -64,7 +64,7 @@ Expo is maintained by [Expo (the company)](https://expo.dev/about). Building app There are other up-and-coming frameworks that are working towards our full stack React vision: - [TanStack Start (Beta)](https://tanstack.com/): TanStack Start is a full-stack React framework powered by TanStack Router. It provides a full-document SSR, streaming, server functions, bundling, and more using tools like Nitro and Vite. -- [RedwoodJS](https://redwoodjs.com/): Redwood is a full stack React framework with lots of pre-installed packages and configuration that makes it easy to build full-stack web applications. +- [RedwoodJS](https://rwsdk.com/): Redwood is a full stack React framework with lots of pre-installed packages and configuration that makes it easy to build full-stack web applications. From 1feb3f461da542a82de94c00fee78573bfe11797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B2=E1=86=AB=E1=84=83=E1=85=A1=E1=84=89?= =?UTF-8?q?=E1=85=A9=E1=86=B7?= Date: Fri, 31 Oct 2025 12:59:43 +0900 Subject: [PATCH 2/2] Trigger CLA check