Build Rich Web Apps with ASP.NET Core and Sircl - Part 3 (b)
Briefly

To achieve client-side dynamic updates without server round-trips, upgrade Sircl to version 2.4.0 or the latest. This allows adding or removing elements from a list without re-rendering the entire page.
Limitations include constraints on dynamic content. Eliminating round-trips may affect server-computed content. Refactoring may be necessary for client-side functionality, e.g., changing from object lists to string lists.
Dynamic content considerations involve ASP.NET (MVC) model binding intricacies. Fieldnames with element indexes are needed for object property binding, presenting a challenge when avoiding server-side rendering.
Read at CodeProject
[
|
]