Render Mode test
Current Render Mode: Static Assigned:
Counter Page Default (SSR)
s: Current count: 0, Init count: 9876 (s=9876, is=9884, ic=9883, ia=9885)
Current Render Mode: Static Assigned: InteractiveServerRenderMode
Counter Server
is: Current count: 0, Init count: 9885 (s=9876, is=9885, ic=9884, ia=9886)
Current Render Mode: Static Assigned: InteractiveWebAssemblyRenderMode
Counter Client
ic: Current count: 0, Init count: 9884 (s=9876, is=9885, ic=9884, ia=9886)
Current Render Mode: Static Assigned: InteractiveAutoRenderMode
Counter Auto
ia: Current count: 0, Init count: 9886 (s=9876, is=9885, ic=9884, ia=9886)