Skip to content

Commit 05b211d

Browse files
committed
docs: reference community-maintained docs.
1 parent 39710b7 commit 05b211d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@
77

88
### Backend
99

10-
Just add the inertia rails gem to your Gemfile
10+
Add the `inertia_rails` gem to your Gemfile.
11+
1112
```ruby
1213
gem 'inertia_rails'
1314
```
1415

16+
For more instructions, see [Server-side setup](https://inertia-rails.netlify.app/guide/server-side-setup.html).
17+
1518
### Frontend
1619

17-
Rails 7 specific frontend docs coming soon. For now, check out the official Inertia docs at https://inertiajs.com/ or see an example using React/Vite [here](https://github.com/BrandonShar/inertia-rails-template)
20+
We are discussing on bringing official docs for Inertia Rails to this repo, as
21+
the [official docs](https://inertiajs.com/client-side-setup) are specific to Laravel.
22+
23+
In the meantime, you can refer to the community-maintained [Client-side setup](https://inertia-rails.netlify.app/guide/client-side-setup.html).
24+
25+
Examples:
26+
27+
- [React/Vite](https://github.com/BrandonShar/inertia-rails-template)
28+
- [React/Vite + SSR](https://github.com/ElMassimo/inertia-rails-ssr-template)
1829

1930
## Usage
2031

0 commit comments

Comments
 (0)