Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/content/learn/build-a-react-app-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ For a list of recommended frameworks, check out [Creating a React App](/learn/cr

</DeepDive>

<Note>

#### 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.

</Note>

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

Expand Down
1 change: 1 addition & 0 deletions src/content/learn/creating-a-react-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<DeepDive>

Expand Down