Open
Description
openedon Oct 7, 2023
The weather page in the Blazor Web App template doesn't currently persist its prerendered state. This means that if the weather page is rendered interactively and you browse directly to the weather page, you'll see the weather prerendered, then replaced with Loading..., and then rendered again. The flash is particularly visible because we include the Task.Delay(500)
to simulate loading the weather data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment