Skip to content

Commit 39e4a69

Browse files
Update modes.md
1 parent 85daf2f commit 39e4a69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/start/modes.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 1
55

66
# Picking a Mode
77

8-
React Router is a multi-strategy router for React. There are three primary ways, or "modes", to use it in your app. Across the docs you'll see these icons indicating which mode the content is relevant to.
8+
React Router is a multi-strategy router for React. There are three primary ways, or "modes", to use it in your app. Across the docs you'll see these icons indicating which mode the content is relevant to:
99

1010
[MODES: framework, data, declarative]
1111

@@ -75,20 +75,20 @@ export default [
7575

7676
Every mode supports any architecture and deployment target, so the question isn't really about if you want SSR, SPA, etc. It's about how much you want to do yourself.
7777

78-
**Use Framework Mode if you are:**
78+
**Use Framework Mode if you:**
7979

80-
- too new to have an opinion
81-
- considering Next.js, Solid Start, SvelteKit, Astro, TanStack Start, etc. and want to compare
80+
- are too new to have an opinion
81+
- are considering Next.js, Solid Start, SvelteKit, Astro, TanStack Start, etc. and want to compare
8282
- just want to build something with React
8383
- might want to server render, might not
8484
- are coming from Remix (React Router v7 is the "next version" after Remix v2)
85-
- migrating from Next.js
85+
- are migrating from Next.js
8686

8787
[→ Get Started with Framework Mode](./framework/installation).
8888

8989
**Use Data Mode if you:**
9090

91-
- want data features but want to have control over bundling, data, and server abstractions
91+
- want data features but also want to have control over bundling, data, and server abstractions
9292
- started a data router in v6.4 and are happy with it
9393

9494
[→ Get Started with Data Mode](./data/custom).

0 commit comments

Comments
 (0)