Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Issue Description:
The RichTextEditor component currently takes around 2 to 3 seconds to re-render when updating content dynamically. This delay is primarily due to several client-side checks, such as XSS (Cross-Site Scripting) validation, HTML tag sanitization, and other script-based operations that ensure content safety and integrity.
We need to acknowledge the performance gap and improve the component’s performance in Web Assembly.