📄
BoltUI Docs (Preview)
  • Getting Started
    • Introduction
    • Installing Bolt
    • Hello World
  • Understanding Bolt
    • Creating UI
    • Components
    • Properties & Events
    • Styles
    • Custom Components
    • Reactivity
    • Component Lifecycle
    • Routing
  • API Reference
    • index
      • State
      • Component
      • render
      • attribute
      • event
      • onLoad
      • onRemove
      • id
      • Class
      • When
    • components
      • Link
      • AppLink
      • GenericElement
    • events
      • onGenericEvent
    • boltrouter
      • Router
      • AppRouter
      • Url
      • Navigate
      • AppNavigator
  • Future
    • Server Side Rendering
    • Multi-Platform
Powered by GitBook
On this page
  1. Future

Server Side Rendering

To a new age of web development

Bolt as of now is a pure front-end framework and does not support even a drop of server side rendering, but I am working on a new concept for SSR too, just as I have used some unique JS concepts to build the fronte-end part.

By definition, SSR in many apps like react and angular creates an initial static HTML which is then hydrated, but we don't want that.

Bolt is going to introduce some SSR that are unseen and unheard of, and we are not going to stick to the traditional hydration method too. My goal is a polyglot and highly compatible UI framework that will work at the fullest speed, wherever it can.

PreviousAppNavigatorNextMulti-Platform

Last updated 2 years ago