ericgio / weekday-golf

A codified history of our bi-weekly-ish games.
1 stars 2 forks source link

A new take on the rounds page... #10

Closed makinde closed 3 years ago

makinde commented 3 years ago

This diff tries to move the rounds page to rely on more raw data (which is pretty easy for this page) instead of precomputing everything.

Along the way, it relies on getStaticProps, which is essentially the nextJS version of writing to a static file like we were doing before. A nifty benefit is that it will automatically recompute the static data needed for the page every 30 seconds (as configured) if needed, so we don't need to redeploy when the spreadsheet changes.

I also tweaked some things along the way:

makinde commented 3 years ago

Heyo, thanks for the newborn code review :)