Back to Daily Feed 
SolidJS H 2.0 RC.5 Adds Typed Preload Links
Worth Reading
Originally published on SolidJS Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Typed preload links are now supported in the server asset pipeline.
- Static manifests and resolver results can attach
PreloadLink[]for framework integrations. - The runtime preserves
as, MIME type, CORS mode, and other attributes across various render types. - Development builds now warn when font or fetch preloads omit
crossoriginfor better caching.
Our Commentary
Asset preloading is one of those things that can make a huge difference in perceived performance, especially for SSR applications. We're always looking for ways to make the web feel faster, and explicit, typed preload links are a solid step in that direction. It's a good DX win, too, making it easier to get those critical assets loaded efficiently.
View Original Article
Share this article: