Add a note explaining our outfit SSR decision

This commit is contained in:
Emi Matchu 2021-05-14 20:04:46 -07:00
parent 0fafeb92e1
commit 08347ad88f

View file

@ -5,6 +5,10 @@
* *
* The route is configured in vercel.json, at the project root. * The route is configured in vercel.json, at the project root.
* *
* To be honest, we probably should have built Impress 2020 on Next.js, and
* then we'd be getting realistic server-side rendering across practically the
* whole app very cheaply. But this is a good hack for what we have!
*
* TODO: We could add the basic outfit page layout and image preview, to use * TODO: We could add the basic outfit page layout and image preview, to use
* SSR to decrease time-to-first-content for the end-user, too * SSR to decrease time-to-first-content for the end-user, too
*/ */