how to deal with flashes of unstyled content
the version of soild-start is v1.0 RC. It shows a unstyled content a while when I refresh the page. In the example of with-tailwindcss, it has the memont of unstyled as well. Is there a solution to solve ? On other hand, Have I made some mistake during render? thanks a lot
2 Replies
oh, I know the key point that solidstart will deal with FOUC after build. I think in the dev mode( bun dev in terminal ), FOUS is a common scenario. Am I right?
Its a bug 😅, the fix is work in progress: https://github.com/solidjs/solid-start/pull/1423
GitHub
fix: add app.tsx assets to page event in dev env by katywings · Pul...
PR Checklist
Please check if your PR fulfills the following requirements:
Tests for the changes have been added (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
...