Skip to content

Vue compilation at build-time and SSR #1406

@ang-zeyu

Description

@ang-zeyu

Is your request related to a problem?

MarkBind has rather observable fouc. Some temporary styles are in place to combat this, but does not solve the root of the issue:

  • Vue compilation for the page happens in-browser. This very costly especially for a static site generator where a single page can get very, very large
  • No SSR in place

Describe the solution you'd like

  1. At the very least, we should compile the vue app (i.e. the page) at build time. This should eliminate FOUC for 80% of use cases.
  2. Explore SSR with our setup

Additional context

#889 (FOUC)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions