FusionAuth / fusionauth-site

Website and documentation for FusionAuth
https://fusionauth.io
Other
49 stars 45 forks source link

fetch the downloads json on load #3020

Closed lyleschemmerling closed 4 months ago

lyleschemmerling commented 4 months ago

Instead of doing this at build time render the html dynamically on page load.

Astro will minify and the include the JS in the head for us.

I don't have the setTimeout in here as it felt weird to have the page update after one second.

An alternative could be to use a loading spinner and always go and grab the latest and then render.