eps1lon / vax-notify

Impfterminvergabe Informationsportal aber mit mehr opt-out anstatt opt-in
vax-notify.vercel.app
1 stars 0 forks source link

feat: display free dates #17

Closed eps1lon closed 3 years ago

eps1lon commented 3 years ago

The goal is to have stale data pre-rendered that is than hydrated when visiting the site. The docs talk about

load is similar to getStaticProps or getServerSideProps in Next.js, except that it runs on both the server and the client.

but it seems to me the fetch is not run on the client.