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
Tommy Vo Tran edited this page Feb 1, 2022
·
5 revisions
Big picture
flamingo is a Next.js app
means pages are generated on the fly, cached, and then served to users (server-side rendering) (TODO: verify if we currently have incremental static regeneration active instead)
recommended that you go through both the React and Nextjs tutorials