tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

How would I use tinymce with Blazor SSR #80

Closed janusqa closed 5 months ago

janusqa commented 6 months ago

The component does not load with Blazor SSR.

spocke commented 5 months ago

It works with SSR but it will render a placeholder textarea element that is then later replaces with an editor on the client. Here is a demo of that: https://github.com/tinymce/tinymce-blazor/blob/master/TinyMCE.BlazorDemoApp/Components/Pages/EditorApi.razor

It will not render the whole editor UI server side but it can work on a page with server side rendered components.