Demonstrates switching the rendering mode of the Counter between server and client side rendering.
By default, in development mode, the Counter is rendered server side. In production the Counter is rendered using WASM.
You can switch the development rendering mode of the client project in the ClientRenderSwitching.Client.ClientRenderMode class.