Skip to content
Open
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
4 changes: 2 additions & 2 deletions v2/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Inertia has no client-side routing, nor does it require an API. Simply build con

## Not a Framework

Inertia isn't a framework, nor is it a replacement for your existing server-side or client-side frameworks. Rather, it's designed to work with them. Think of Inertia as glue that connects the two. Inertia does this via adapters. We currently have three official client-side adapters (React, Vue, and Svelte) and three server-side adapters (Laravel, Rails, and Phoenix).
Inertia isn't a framework, nor is it a replacement for your existing server-side or client-side frameworks. Rather, it's designed to work with them. Think of Inertia as glue that connects the two. Inertia does this via adapters. We currently have four official client-side adapters (React, Vue, and Svelte) and four server-side adapters (Laravel, Rails, Phoenix and Django).

## Next Steps

Want to learn a bit more before diving in? Check out the [who is it for](/v2/core-concepts/who-is-it-for) and [how it works](/v2/core-concepts/how-it-works) pages. Or, if you're ready to get started, jump right into the [installation instructions](/v2/installation/server-side-setup).
Want to learn a bit more before diving in? Check out the [who is it for](/v2/core-concepts/who-is-it-for) and [how it works](/v2/core-concepts/how-it-works) pages. Or, if you're ready to get started, jump right into the [installation instructions](/v2/installation/server-side-setup).