Render Mode test
Current Render Mode: Static Assigned:
Counter Page Default (SSR)
s: Current count: 0, Init count: 101112 (s=101112, is=101176, ic=101177, ia=101179)
Current Render Mode: Static Assigned: InteractiveServerRenderMode
Counter Server
is: Current count: 0, Init count: 101177 (s=101112, is=101177, ic=101178, ia=101180)
Current Render Mode: Static Assigned: InteractiveWebAssemblyRenderMode
Counter Client
ic: Current count: 0, Init count: 101178 (s=101112, is=101177, ic=101178, ia=101180)
Current Render Mode: Static Assigned: InteractiveAutoRenderMode
Counter Auto
ia: Current count: 0, Init count: 101180 (s=101112, is=101177, ic=101178, ia=101180)