📄
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

Multi-Platform

Build for any device

Bolt is an UI library, and therefore it must server it's purpose of being able to build multi-platform applications too. Bolt as of now can be used in Desktop and Android/IOS using frameworks like electronJS and Ionic, but my goal is to build a truly native experience for my users on all screens from a single codebase, and that will take some time, but it will be worth it.

And for people who would still build desktop applications using the Bolt's JS library, they do have good news since I am soon going to build a dedicated desktop utility library for Bolt, that can work side by side and abstract a lot of work by calling functions behind the scenes

PreviousServer Side Rendering

Last updated 2 years ago