You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Looks ugly to have the events pop up after initial page load
Describe the solution you'd like
Fetch events on server side with Nextjs server side rendering .
NextJS supports Incremental Server Side Rendering. I'm not sure but this could maybe be used. In the newest version of nextjs you can refresh getStaticProps on an event, which means we could trigger it when an event ends and the data needs to be refreshed. I believe this would be very performant
In my opinion, this would be a gigantic improvement
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Fetch events on server side with Nextjs server side rendering .
NextJS supports Incremental Server Side Rendering. I'm not sure but this could maybe be used. In the newest version of nextjs you can refresh getStaticProps on an event, which means we could trigger it when an event ends and the data needs to be refreshed. I believe this would be very performant
In my opinion, this would be a gigantic improvement
The text was updated successfully, but these errors were encountered: