Docs

The perfect choice for your next project

Prerendering

Members of Freelancer and Enterprise subscriptions can benefit from prerendering. You might be wondering why you would need prerendering if you already use HTML for templating. Remember, although you edit your views with HTML, they get transpiled to JSX and SolidJS's build-time DOM diffing. Your UI can be reactive and be driven by app or local state updates.

So, when coding in GlueCodes Studio you're powered with the tools that make prerenders less advanced versions of the final UI. In short you can:

  • display simpler version of HTML before JavaScript kicks in
  • display lower quality images
  • display video image placeholders
  • display loading indicators

See image and video directives for more details.