-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
because the whole site is basically interpreted markdown and json, pre-rendering will probably improve render performance.
problem solved via fastboot "globals" file
This is proving difficult, because Fastboot does not have graceful fallbacks, and hard-errors for:
AbortControllerdocumentmatchMedialocalStorage
some of these, I can excuse, because node does not have document, matchMedia, or localStorage -- but it's not a good first time experience, tbh π
AbortController should be supported tho... The docs' site fetches data with fetch + AbortController (the way you should)... so... I can't use fastboot or prember at this time.
Maybe I can look in to fastboot alternatives once embroider inverts the build tool.
WIP PR: #55
Apparently I need more test coverage, because post-deploy, this app doesn't work.
Metadata
Metadata
Assignees
Labels
No labels