Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
We could create a style batching via a disposable block - e.g. all style updates will be stashed until the disposable is disposed, where they will be sent as a single batch
What would you like to be added:
Following https://github.com/unoplatform/uno/pull/2195, the updates made are still making many JS calls to update a TextBlock properties to the corresponding HTML element.
Style updates should be batched as a single JS optimized call.
For which Platform:
Anything else we need to know?