.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
Initial route (static SSR / SSG)
STATIC NO HYDRATE
[!onRouteChangeWasCalled] (this should ALWAYS display in prerender builds (does show in dev mode))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)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.
0
render 1:
{
"ROOT": 8,
"SUB": 7
}render 2:
{}render 3:
{}0
render 1:
{
"ROOT": 8,
"SUB": 8
}render 2:
{}render 3:
{}