diff --git a/src/content/learn/build-a-react-app-from-scratch.md b/src/content/learn/build-a-react-app-from-scratch.md
index 8a2142cf91d..3593388bdfc 100644
--- a/src/content/learn/build-a-react-app-from-scratch.md
+++ b/src/content/learn/build-a-react-app-from-scratch.md
@@ -24,6 +24,13 @@ For a list of recommended frameworks, check out [Creating a React App](/learn/cr
+
+
+#### Middle ground {/*middle-ground*/}
+
+For a middle ground, consider [Vike](https://vike.dev/), a framework that [allows you to manually integrate React](https://vike.dev/react#custom-integration) without having to implement framework features.
+
+
## Step 1: Install a build tool {/*step-1-install-a-build-tool*/}
diff --git a/src/content/learn/creating-a-react-app.md b/src/content/learn/creating-a-react-app.md
index a65b59f6efb..6c379ac790c 100644
--- a/src/content/learn/creating-a-react-app.md
+++ b/src/content/learn/creating-a-react-app.md
@@ -65,6 +65,7 @@ There are other up-and-coming frameworks that are working towards our full stack
- [TanStack Start (Beta)](https://tanstack.com/start/): 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.
- [RedwoodSDK](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.
+- [Vike](https://vike.dev/): Vike is a composable framework to build React applications with architectural flexibility and stability.