[PR #2389] Patch Start to preload route css in SSR #10295

Closed
opened 2026-02-16 18:14:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2389

State: closed
Merged: Yes


Solid Start currently doesn't preload CSS imported by route files in SSR, resulting in FOUC in production.
While this will be addressed by other changes in devinxi, here's a temporary fix that will add <link rel="stylesheet"> for the appropriate route's CSS.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2389 **State:** closed **Merged:** Yes --- Solid Start currently doesn't preload CSS imported by route files in SSR, resulting in FOUC in production. While this will be addressed by other changes in devinxi, here's a temporary fix that will add `<link rel="stylesheet">` for the appropriate route's CSS.
yindo added the pull-request label 2026-02-16 18:14:55 -05:00
yindo closed this issue 2026-02-16 18:14:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10295