marko-js / examples

55 stars 36 forks source link

Flash of unstyled content during dev #22

Closed PierBover closed 2 years ago

PierBover commented 2 years ago

I'm trying the vite-fastify demo app.

During dev, whenever I refresh the page, I see a flash of unstyled content. After building and doing npm run start this disappears.

Is there a way to prevent this?

DylanPiercey commented 2 years ago

Sadly this is a limitation of Vite. At one point I explored some of the potential solutions people were putting forward but did not have much luck. If there is some work around we'd happily do what we can to make it work for the Marko examples.

PierBover commented 2 years ago

Thanks @DylanPiercey !