ryansolid / solid-ssr-workbench

17 stars 3 forks source link

Updated Dependencies & Necessary Code Changes #4

Open only-cliches opened 8 months ago

only-cliches commented 8 months ago

This repo is referenced in the modern SolidJS docs: https://docs.solidjs.com/references/concepts/ssr/async-ssr

The example hasn't been updated in a few years, it was using the depreciated solid-app-router and associated APIs.

I wasn't able to get the manifest to work like the previous example, but it's working as expected without the manifest links in the header.

ryansolid commented 8 months ago

Ok I will try to find some time to review all this. This was where I originally worked out how to make SolidStart including preload headers etc... But haven't been back here since I started working on SolidStart really. I would really love to figure out how we can get preload headers working again.