Skip to content

Generate Roar's landing page statically #72

@shachar-langer

Description

@shachar-langer

Currently, we use koa-react-views and JSX to create the files we serve to the client. This method is known as server-side rendering (SSR). Every time a user requests our landing page, we render it on the server-side and send the final files to the browser.
Our landing page is static. That means that the content doesn't change. We should generate the files we serve while building the server and not on every request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions