November Update #40
kwaa
started this conversation in
Show and tell
Replies: 1 comment
-
One more thing - Urara HQ"HQ" means Hsno/Qwik. With the help of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably the last major update for Urara, after which development will shift mainly to Hsno.
Why?
SvelteKit has never been able to add the much-needed partial hydration for static blogs, and I want my blog to have better Lighthouse scores.
Also to build my blog I always need more than 6GB of RAM, and in some extreme cases this requirement can be raised to more than 10GB.
So the new Hsno is my attempt at a Qwik with features I couldn't add in Urara, like i18n.
As an aside, let's take a look at the expected updates:
UnoCSS Preset DaisyUrara finally has the possibility to get rid of TailwindCSS.Due to the inevitable need to import full css, this part of the update was terminated.
Vite PWA SvelteKit √
ServiceWorker has been unavailable since September. (#34)
I never got around to waiting for@vite-pwa/sveltekit
to be released, so I decided to fork it myself.Just the day after I announced this update, the package was finally released. I don't have to release my own fork anymore.
Starry Night
By replacing Shiki Twoslash with Starry Night, I was able to reduce the memory footprint a bit. (#32)
Since this issue seems to be strongly associated with the Vite/Rollup ecosystem, I may not be able to do more than optimize it.
Remark FFF √
A plug-in for compatibility with other Frontmatter formats, while providing strict mode for automatic input correction.
Beta Was this translation helpful? Give feedback.
All reactions