Render Mode test
Current Render Mode: Static Assigned:
Counter Page Default (SSR)
s: Current count: 0, Init count: 99936 (s=99936, is=99999, ic=100000, ia=100001)
Current Render Mode: Static Assigned: InteractiveServerRenderMode
Counter Server
is: Current count: 0, Init count: 100000 (s=99936, is=100000, ic=100001, ia=100002)
Current Render Mode: Static Assigned: InteractiveWebAssemblyRenderMode
Counter Client
ic: Current count: 0, Init count: 100001 (s=99936, is=100000, ic=100001, ia=100002)
Current Render Mode: Static Assigned: InteractiveAutoRenderMode
Counter Auto
ia: Current count: 0, Init count: 100002 (s=99936, is=100000, ic=100001, ia=100002)