Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buhrmi authored Apr 4, 2024
1 parent 5948659 commit efe9692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Inertia with Frames

This is a modified version of [Inertia](https://github.com/inertiajs/inertia) that adds support for Frames.

The current implementation is experimental (and very hacky) and currently only supported in Svelte and React.
This is a modified version of [Inertia](https://github.com/inertiajs/inertia) that adds support for Frames. The current implementation is experimental (and very hacky) and currently only supported in Svelte and React.

## Frames

Expand All @@ -18,6 +16,8 @@ To target the top (main) frame, use `_top` as the frame ID.

Navigation within frames does not create new history entries. To enable this, a more substantial rewrite of the Inertia router would be required.

Frames are loaded when the component is mounted. That means, that only the initial frame placeholder content will be rendered during SSR.

### Try locally

Clone this repo, [build it](https://github.com/inertiajs/inertia/blob/master/.github/CONTRIBUTING.md#packages), and in your `package.json`, link it like this:
Expand Down

0 comments on commit efe9692

Please sign in to comment.