Replies: 4 comments 1 reply
-
Additionally, I'm curious to hear your thoughts, but from a code perspective, Vue's computed properties and watchEffect are truly amazing. They make state-driven UI rendering seamless and handle data effortlessly. |
Beta Was this translation helpful? Give feedback.
-
Okay, I found dotnet/Comet, but it seems dead |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I also want a replacement for XAML but the new format can be something like Blazor-syntax or just pure C# way of writing UI. Take a look at these: microsoft/microsoft-ui-xaml#2499 (I like this a lot) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
XAML and this old form of UI description and binding might have been novel in 2006, but by 2024, it might need to change. Has your team considered learning from Jetpack Compose, Vue.js, and React to provide a way to declare UI in a reactive, data-driven, and function-compositional manner?
Public API Changes
Let me show you a comparison:
XAML Example
Jetpack Compose Example
Intended Use-Case
This is a very modern, progressive, simple (Vue has its own SFC mode, while Compose eliminates the gap between the code layer and the view layer), and efficient idea. Has your team considered this? Or is your team already working on it or has a similar implementation? Please let me know.
Beta Was this translation helpful? Give feedback.
All reactions