Code Monkey home page Code Monkey logo

Comments (8)

mrpmorris avatar mrpmorris commented on July 18, 2024 1

If you don't need prerendering you can change it in /Pages/_Host.cshtml

Replace ServerPrerendered with Server

from blazor-state.

Herdubreid avatar Herdubreid commented on July 18, 2024 1

The downside of replacing ServerPrerender with Server is the blank page until it's rendered -- this might only be milliseconds but enough to strike you with the thought of something's wrong .

My workaround shows the loading icon, which could be expanded to a splash page.

from blazor-state.

StevenTCramer avatar StevenTCramer commented on July 18, 2024

Hmm what version are you using?

from blazor-state.

Herdubreid avatar Herdubreid commented on July 18, 2024

I created a new project to test this (it has some DevExpress refrerences that are commented out) :
https://github.com/Herdubreid/TestBlazorState.git

from blazor-state.

StevenTCramer avatar StevenTCramer commented on July 18, 2024

Thanks, will take a look in a few hours at dinner.

from blazor-state.

StevenTCramer avatar StevenTCramer commented on July 18, 2024

@Herdubreid I can duplicate the issue. On your repo (server side) but not in my test app (hosted).
Looking for Root cause ;)
Thanks for reporting this. Scratching head! :)

from blazor-state.

StevenTCramer avatar StevenTCramer commented on July 18, 2024

It is because of the prerender. When loading the page it effectively loads it twice. This is by design.
see dotnet/aspnetcore#14903

Thx @mrpmorris for point this out to me.

So what problem is this causing you? Maybe we can use your problem to get that issue reconsidered by the team?

from blazor-state.

Herdubreid avatar Herdubreid commented on July 18, 2024

Ahh, great thanks! I thought I was missing something so this was doing my head in.

My app updates the state with Azura data on initialize, see example.

This caused the page to 'flicker', because it initialized twice (double render glitch).

My workaround is to wait for the first render on the MainLayout page.

I've noticed similar 'flickering' on a demo page from DevExpress, which I'm guessing is caused by this behavior.

I think this needs to be addressed by the team and at least documented with recommended workarounds.

from blazor-state.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.