Skip to content

flamingo as a Next.js project

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
Clone this wiki locally