We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d6a0 commit c65f576Copy full SHA for c65f576
examples/islands_router/README.md
@@ -9,6 +9,3 @@ routing when you use islands.
9
This uses *only* server rendering, with no actual islands, but still maintains client-side state across page navigations.
10
It does this by building on the fact that we now have a statically-typed view tree to do pretty smart updates with
11
new HTML from the client, with extremely minimal diffing.
12
-
13
-The demo itself works, but the feature that supports it is incomplete. A couple people have accidentally
14
-used it and broken their applications in ways they don't understand, so I've renamed the feature to `dont-use-islands-router`.
0 commit comments