Skip to content

Commit 41ef6d7

Browse files
committed
meh …
1 parent 858e9c9 commit 41ef6d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/00 Guides/Server Rendering.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,3 @@ about to tell you not to do this, but please do and let us know how it
8080
goes. Most of us should probably just use the server side router from
8181
our favorite libraries for now, though.
8282

83-
Async Routes
84-
------------
85-
86-
The previous example assumed a non-async route config. If you're using
87-
the async features (`getChildRoutes`, `getComponents`) we *thinkg* you
88-
can read from `document.location` to asynchronously match before the
89-
initial render in the client, just like the server. Haven't done this
90-
yet together. Will update the docs with example code once we have.
91-

0 commit comments

Comments
 (0)