No, Windows Start does not use React
pathar.tl
No, Windows Start does not use React
1–10 of 64 posts
Re: No, Windows Start does not use React
#2I would still say that means Windows Start uses React, frankly.
Re: No, Windows Start does not use React
#3Ok
>This is the part of the Windows Start that uses React.
Ok
Re: No, Windows Start does not use React
#4>Windows Start does not use React Ok >This is the part of the Windows Start that uses React. Ok
I could be wrong but I feel like when most HN commenters say that something "uses React" and also imply that that's a bad thing, what they really mean is "it loads a full web rendering engine and consumes ~200mb of unnecessary ram". Neither of those things are true here.
Re: No, Windows Start does not use React
#5>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, but a standalone JS runtime.
Re: No, Windows Start does not use React
#6Re: No, Windows Start does not use React
#7Re: No, Windows Start does not use React
#8Re: No, Windows Start does not use React
#9I'm not commenting on whether this is a good or bad thing, but the article strikes me as a bit misleading.
Re: No, Windows Start does not use React
#10> This is the Windows 11 start menu. See that Recommended section at the bottom of it? That is built with React Native for Windows. No, that is not a full JavaScript framework in your start menu. There’s no web view / browser running gobbling up your resources. It’s React Native for Windows which is a flavor of React Native that directly calls Windows APIs including, you guessed it, WinUI 3. I would still say that me…