hasRenderedAtLeastOnce: false (1)

.STATIC NO HYDRATE (in dev mode, this should be -1, in a prerendered build, this should be a fixed number corresponding to the SSG sequence index, NOT 999 which would otherwise indicate that the fragment has incorrectly been hydrated)

prerenderIndex: 7



Router status:

Initial route (static SSR / SSG)

hasRenderedAtLeastOnce: false (2)

STATIC NO HYDRATE

[!onRouteChangeWasCalled] (this should ALWAYS display in prerender builds (does show in dev mode))

Router links:

First Slot:



Second Slot:



Router content:

Routed → Route

This text has a yellow-700 background (unique to this paragraph, not shared with any other route or component)

This text has a unique custom Twind "shortcut" class based on the combination of the following utility styles:!text-center hover:underline cursor-pointer text-red-800 bg(green-50 !hover:red-100) w-1/2 ml-11.

(1s simulated network delay on first load, then "cache" hit)

Twind critical/secondary stylesheet tests:

This paragraphs and others located in different routes share the same text-3xl Twind style, but it isn't duplicated in the pre-rendered "secondary" stylesheet, it is hoisted in the "critical" styles.

This text has a yellow-200 background (unique to this paragraph, not shared with any other route or component)

404 Not Found links:


0

render 1:

{
    "ROOT": 8,
    "SUB": 7
}

render 2:

{}

render 3:

{}


0

render 1:

{
    "ROOT": 8,
    "SUB": 8
}

render 2:

{}

render 3:

{}