JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Editor & Inputs Looking for guidance on: “Editor”. Appreciate your support!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112682
    dadsa
    Participant

    Is server-side rendering supported for Smart Editor in React?

    #112688
    Markov
    Keymaster

    Hi,

    Server-side rendering (SSR) is not supported for Smart Editor in React because it depends on browser-only APIs like window and document. However, the smart-webcomponents-react Editor component includes “use client” internally, which ensures it renders only on the client side. This means you can safely use Smart Editor in React SSR frameworks (like Next.js) without SSR issues, as it automatically disables server-side rendering for you

    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.