←back to thread

303 points vyrotek | 3 comments | | HN request time: 0.406s | source
1. tylerchilds ◴[] No.45894881[source]
If React is what’s powering the start menu now, I’m more curious about why Maui doesn’t power the start menu.

.NET Maui running on windows seems like a more logical first step to prove the organization buys their own dogfood.

replies(2): >>45896481 #>>45896965 #
2. ukFxqnLa2sBSBf6 ◴[] No.45896481[source]
You wouldn’t use MAUI to build something for only one platform. You would just use whatever it’s an abstraction over for that platform which in the case of Windows is WinUI.
3. Rohansi ◴[] No.45896965[source]
> If React is what’s powering the start menu now

To clarify, it's using React Native XAML, where XAML is Microsoft tech for building UIs. So they are dogfooding but they have too many UI frameworks to choose from.