Tim Purdum @timpurdum.dev · Dec 13

Blazor wasn't really intended to have this flexibility, but since we're not rendering html directly, we can support both component-based nested markup and parameter-based code construction on the same types. 6/

1 likes 1 replies

?

Replies

Tim Purdum · Dec 13

Second is the issue of serialization. Most of our types use System.Text.Json, which is supported by default in Blazor's JSRuntime. Some, though, require custom JsonConverters, especially when reading types back from ArcGIS JS. 7/