JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Editor & Inputs Anyone using Editor with Service Workers for offline apps?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112942
    natejacobson
    Participant

    What’s the recommended way to update Smart Editor data dynamically in web app?

    #112953
    Markov
    Keymaster

    Hi,

    If you’re planning to build an offline-capable application with Smart.Editor, here’s a practical approach:

    1. Bundle All Assets Locally

    Ensure that all essential resources (JS, CSS, images, fonts) that Smart.Editor needs are included in your app’s deployment artifacts—no remote CDN links. This ensures the editor can load even when the user is offline

    2. Set Up a Service Worker

    Use a Service Worker to cache all the required editor assets and pages for offline access. A typical “cache-first” pattern is recommended: serve from cache when available; otherwise, fetch and cache it

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.