No, Windows Start does not use React
31–40 of 64 posts
Re: No, Windows Start does not use React
#32Earlier quoted context omitted.
> That is built with React Native for Windows. No, that is not a full JavaScript framework in your start menu. This is incorrect. It is a full JavaScript framework in your start menu. I don't see your read that it's about ram-hungry web views either. To me, "Start menu uses React" is a dig that Microsoft is so uncommitted to it's native development platform that they (partially) don't use it in one of the most 'core'…
Shouldn't devs be allowed to select what they feel is the "best" choice for a given component? While I wouldn't expect to see a SwiftUI in Windows from Microsoft, Microsoft hasn't been adverse to various NIH web frameworks for quite some time now. If it fits and meets the goals of the project, why not?
Re: No, Windows Start does not use React
#33Earlier quoted context omitted.
React Native, absolutely - as with Office 365, using WinUI 3 as the underlying UI layer.
When did office start using React Native? Office has been around well before the creation of javascript, let alone react.
Re: No, Windows Start does not use React
#34Earlier quoted context omitted.
> That is built with React Native for Windows. No, that is not a full JavaScript framework in your start menu. This is incorrect. It is a full JavaScript framework in your start menu. I don't see your read that it's about ram-hungry web views either. To me, "Start menu uses React" is a dig that Microsoft is so uncommitted to it's native development platform that they (partially) don't use it in one of the most 'core'…
Shouldn't devs be allowed to select what they feel is the "best" choice for a given component? While I wouldn't expect to see a SwiftUI in Windows from Microsoft, Microsoft hasn't been adverse to various NIH web frameworks for quite some time now. If it fits and meets the goals of the project, why not?
To some extent, yes. But if they choose React Native, something's probably wrong, because (despite what the article says) that requires throwing in a Javascript engine, significantly bloating a core Windows component. If they only use it for a small section ("that can be disabled", or in other words is on by default), it seems like an even poorer trade-off, as most users suffer the pain but the devs are making minimal advantage of whatever benefits it provides.
If the developers are correct that this is the best choice, that reflects poorly on the quality of Microsoft's core native development platforms, as madeofpalk said.
If the developers of a core Windows component are incorrect about the best choice, that reflects poorly on this team, and I might be inclined to say no, someone more senior should be making the choice.
Re: No, Windows Start does not use React
#35Earlier quoted context omitted.
Shouldn't devs be allowed to select what they feel is the "best" choice for a given component? While I wouldn't expect to see a SwiftUI in Windows from Microsoft, Microsoft hasn't been adverse to various NIH web frameworks for quite some time now. If it fits and meets the goals of the project, why not?
The critique is exactly that they apparently felt that React Native was the best choice for such a component.
If you know why it was chosen and if it was a bad choice compared to other frameworks, please do tell.
Re: No, Windows Start does not use React
#36The weirdest thing about this (which is frankly bizarre) is Microsoft emphatically shilling React Native for MacOS[1] usage (???). Like, wtf? Why? Not only is it embarassing for MS to be using another competing company's (Facebook's) UI layer when they're, you know, an operating system company. But they're also pushing it for competing operating systems. What idiotic PM signed off on this? How in the world does Micro…
Re: No, Windows Start does not use React
#37https://x.com/0xAkuKun/status/2036235161956917593
VSCode had an instant search for 10 years. Now it's broken suddenly for the first time ever. Can't search anything. Back to greping like a cave man.
sigh
Re: No, Windows Start does not use React
#38The weirdest thing about this (which is frankly bizarre) is Microsoft emphatically shilling React Native for MacOS[1] usage (???). Like, wtf? Why? Not only is it embarassing for MS to be using another competing company's (Facebook's) UI layer when they're, you know, an operating system company. But they're also pushing it for competing operating systems. What idiotic PM signed off on this? How in the world does Micro…
Re: No, Windows Start does not use React
#39Earlier quoted context omitted.
The critique is exactly that they apparently felt that React Native was the best choice for such a component.
And if it was the best choice, the critique isn't valid. If you know why it was chosen and if it was a bad choice compared to other frameworks, please do tell.
Re: No, Windows Start does not use React
#40>It’s React Native for Windows which is a flavor of React Native that directly calls Windows APIs including, you guessed it, WinUI 3. >So that’s it. Windows Start has a very small section (that can be disabled) that’s written in a framework that follows React principles and compiles down to native code. False. React Native doesn't "compile down to native code". It runs actual JavaScript, just not inside a browser, bu…