Hacker News new | ask | show | jobs
by j1436go 287 days ago
Looks very clean! Kudos for creating it. Switching tabs and navigating on the documentation page freezes the site for a couple of ms though. I'm on Manjaro Linux using LibreWolf v135.
3 comments

Thanks! Slow nav is a thing indeed and will look into it. Currently I’m having some server logic when navigating to scan which mdx files are available and also had a very basic auth causing me to use a server. With going OSS I can actually just switch to a static website export now
Fennec browser on Android here and same, switching between Documentation and Properties tabs in the docs takes half a second. I'm not sure if it's actually a freeze though, maybe a misplaced decimal point in an animation?
Their Next JS server takes around half a second to render static content.

https://i.imgur.com/qFH0ZlK.png

Moved to SSG for the docs pages so should be instant now