queerbeetVorstand / qb-website

https://queerbeet.org
3 stars 0 forks source link

feat: add random greetings to index page #29

Closed fishfing3r closed 2 years ago

fishfing3r commented 2 years ago

Adds randomized greetings to index page

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/queerbeetvorstand/qb-website/8PQbcCXiAxf9QuyZWHDY3oJmyNSf
✅ Preview: https://qb-website-git-feat-randomheaders-queerbeetvorstand.vercel.app

lorenzo-w commented 2 years ago

Implementation suggestion:

Pack your code to determine the greeting string into getServerSideProps, which will entirely avoid further rendering being done on the client side and thereby also solve the flashing issue.