Skip to content

Commit 0f4041e

Browse files
committed
Mention Vike
1 parent a1ddcf5 commit 0f4041e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/content/learn/build-a-react-app-from-scratch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ For a list of recommended frameworks, check out [Creating a React App](/learn/cr
2424

2525
</DeepDive>
2626

27+
<Note>
28+
29+
#### Middle ground {/*middle-ground*/}
30+
31+
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.
32+
33+
</Note>
2734

2835
## Step 1: Install a build tool {/*step-1-install-a-build-tool*/}
2936

src/content/learn/creating-a-react-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ There are other up-and-coming frameworks that are working towards our full stack
6565

6666
- [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.
6767
- [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.
68+
- [Vike](https://vike.dev/): Vike is a composable framework to build React applications with architectural flexibility and stability.
6869

6970
<DeepDive>
7071

0 commit comments

Comments
 (0)