Remix.run Logo
j1436go 6 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.

blvdmitry 6 days ago | parent | next [-]

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

esperent 6 days ago | parent | prev | next [-]

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?

hu3 6 days ago | parent | prev [-]

Their Next JS server takes around half a second to render static content.

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

blvdmitry 4 days ago | parent [-]

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