16 comments

  • meindnoch1 hour ago
    &gt;It’s React Native for Windows which is a flavor of React Native that directly calls Windows APIs including, you guessed it, WinUI 3.<p>&gt;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.<p>False. React Native doesn&#x27;t &quot;compile down to native code&quot;. It runs actual JavaScript, just not inside a browser, but a standalone JS runtime.
    • SSLy5 minutes ago
      On slow enough Azure VDI host you could briefly see no-css language string when the start menu was still preparing for actual usage
    • __jonas43 minutes ago
      I wonder what engine they are using with ReactNative on Windows. Is it Hermes like with regular RN projects targeting iOS&#x2F;Android? Or do they run on some system installation of a more traditional engine like V8&#x2F;JavaScriptCore?
  • nu11ptr1 hour ago
    That is actually still React. React is React Core + ReactDOM (web) renderer. React Native is the React Core + native renderer. They are both still React, and they both use Javascript, which while fast when JIT&#x27;d, is typically much slower than native code.<p>I&#x27;m not commenting on whether this is a good or bad thing, but the article strikes me as a bit misleading.
  • protocolture1 hour ago
    &gt;Windows Start does not use React<p>Ok<p>&gt;This is the part of the Windows Start that uses React.<p>Ok
    • brokencode54 minutes ago
      The whole UI situation in Windows is absolutely ludicrous.<p>Is the recommendations panel in the start menu, which nobody actually wants to begin with, really so complicated that it justifies bringing in a JS runtime?<p>And is C# and WinUI really so hard to use that they can’t just make it with that?<p>And if WinUI is hard to use, maybe they should like.. make it better?<p>At least Apple had the decency to take the React paradigm and turn it into a native part of their development platform with SwiftUI, even if the implementation has been a bit rough around the edges.
    • p1necone1 hour ago
      Sure, slightly inaccurate title, but the point they&#x27;re making is valid, this comment isn&#x27;t really a substantive critique.<p>I could be wrong but I feel like when most HN commenters say that something &quot;uses React&quot; and also imply that that&#x27;s a bad thing, what they really mean is &quot;it loads a full web rendering engine and consumes ~200mb of unnecessary ram&quot;. Neither of those things are true here.
      • madeofpalk1 hour ago
        &gt; That is built with React Native for Windows. No, that is not a full JavaScript framework in your start menu.<p>This is incorrect. It <i>is</i> a full JavaScript framework in your start menu.<p>I don&#x27;t see your read that it&#x27;s about ram-hungry web views either. To me, &quot;Start menu uses React&quot; is a dig that Microsoft is so uncommitted to it&#x27;s native development platform that they (partially) don&#x27;t use it in one of the most &#x27;core&#x27; parts of the operating system.
        • p_ing59 minutes ago
          Shouldn&#x27;t devs be allowed to select what they feel is the &quot;best&quot; choice for a given component? While I wouldn&#x27;t expect to see a SwiftUI in Windows from Microsoft, Microsoft hasn&#x27;t been adverse to various NIH web frameworks for quite some time now.<p>If it fits and meets the goals of the project, why not?
          • madeofpalk56 minutes ago
            If Microsoft developers&#x27; &quot;best&quot; choice for a tiny UI component like this is not it&#x27;s flagship native UI framework, then that&#x27;s a problem for Microsoft. <i>That</i> is the criticism.
            • p_ing55 minutes ago
              You have inside knowledge of why React Native was chosen?
          • scottlamb51 minutes ago
            &gt; Shouldn&#x27;t devs be allowed to select what they feel is the &quot;best&quot; choice for a given component?<p>To some extent, yes. But if they choose React Native, something&#x27;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 (&quot;that can be disabled&quot;, 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.<p>If the developers are correct that this is the best choice, that reflects poorly on the quality of Microsoft&#x27;s core native development platforms, as madeofpalk said.<p>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.
          • layer852 minutes ago
            The critique is exactly that they apparently felt that React Native was the best choice for such a component.
            • p_ing50 minutes ago
              And if it was the best choice, the critique isn&#x27;t valid.<p>If you know why it was chosen and if it was a bad choice compared to other frameworks, please do tell.
              • layer844 minutes ago
                There are two possibilities: Either it’s really the best choice among the available frameworks (very questionable), or they picked it regardless. Both reflect badly on Microsoft, given what React Native is, and given how central the Start menu is to the Windows experience.
              • madeofpalk41 minutes ago
                What are some of the possible hypothetical reasons that would make introducing React Native to the core OS start menu like this the best choice?
      • protocolture16 minutes ago
        OP article amplifies it with:<p>&gt;No, Windows Start isn’t built on React. No part of the start menu actually uses React.<p>But then<p>&gt;This is the Windows 11 start menu. See that Recommended section at the bottom of it? That is built with React Native for Windows.<p>Its not just the headline its the content of the article.<p>What it should have done is focused on this claim:<p>&gt;Microsoft is also vowing to use its native Windows UI framework, WinUI, in more areas of the system<p>Because like they said, React Native is calling WinUI.<p>But trying to split the React&#x2F;Native hair is honestly just tiring. Its like saying you dont drink Coke, and then downing a full glass of Coke zero. &quot;Oh but what I meant is that it doesn&#x27;t call any sugar dependencies at all&quot; is just weird. Just say you don&#x27;t drink Sugar.
      • p_ing1 hour ago
        Exactly this. And it is on a portion of the Start menu that can be fully disabled. Heck, my start menu looks like the Windows 10 start menu (yes, this is OOTB) as I wasn&#x27;t fond of the &quot;new&quot; look of the Windows 11 start menu.<p>But we&#x27;ll always hear &quot;it&#x27;s React!&quot;. Like most things, the masses must feed on the Internet outrage without critical thought.
        • MattGaiser59 minutes ago
          &gt; And it is on a portion of the Start menu that can be fully disabled.<p>I mean, with tons of effort and config Windows can be turned into a usable OS. Needing to do all that is a huge part of the problem.
          • p_ing58 minutes ago
            If you deem a couple of clicks &quot;tons of effort&quot;, don&#x27;t touch macOS!
  • nightski1 hour ago
    It may not involve a webview, but from what I can tell it definitely still is running JavaScript.<p>Either way it doesn&#x27;t matter. As someone who has used Windows in a significant way since the 90s, the taskbar and start menu are a buggy mess. The new design is awful, I just want a list of my programs like before.
  • UqWBcuFx6NV4r1 hour ago
    Fatal error by the author: They’re right, it doesn’t use React in the way that everyone actually means and criticises. It still <i>technically</i> uses React though, so—as is already evident—you still get the worst of the worst, bad-faith arguers saying “WELL ACKSHULLY…”
    • devmor1 hour ago
      I don’t think it’s any more bad faith than the author’s title.
  • taspeotis1 hour ago
    Title is pretty bad. It should be “Yes Windows Start Uses React but Not the Way You or I Do As Web Developers.”
  • nickvec20 minutes ago
    nit: the embedded screenshot of the Windows 11 Start Menu is low res enough that seeing&#x2F;reading the Recommended section is challenging without squinting!
  • aufhebung1 hour ago
    The recommended section using React Native is honestly more strange and confusing than if they had just used React for the whole thing. It doesn&#x27;t seem like a particularly complex UI element, it would be easier to just develop it using the already used native APIs.
  • mintplant1 hour ago
    &gt; 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 &#x2F; 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.<p>I would still say that means Windows Start uses React, frankly.
    • daviddever23box1 hour ago
      React Native, absolutely - as with Office 365, using WinUI 3 as the underlying UI layer.
      • madeofpalk1 hour ago
        Running a full javascript framework in a javascript runtime.
      • kristianp58 minutes ago
        When did office start using React Native? Office has been around well before the creation of javascript, let alone react.
        • p_ing51 minutes ago
          I&#x27;m not sure that it uses React Native, but modern add-ins for Office are JS, so any injected modern add-in will be using JS rather than COM&#x2F;C&#x2F;C++. This gave add-ins portability between all supported Office platforms, increased security, and made administration much easier.
  • djsavvy1 hour ago
    Talk about a misleading title XD
  • hparadiz47 minutes ago
    I get to see this right when I just upgraded VSCode.<p><a href="https:&#x2F;&#x2F;x.com&#x2F;0xAkuKun&#x2F;status&#x2F;2036235161956917593" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;0xAkuKun&#x2F;status&#x2F;2036235161956917593</a><p>VSCode had an instant search for 10 years. Now it&#x27;s broken suddenly for the first time ever. Can&#x27;t search anything. Back to greping like a cave man.<p><i>sigh</i>
  • dvt53 minutes ago
    The 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&#x27;s (Facebook&#x27;s) UI layer when they&#x27;re, you know, an <i>operating system</i> company. But they&#x27;re also pushing it for competing operating systems. What idiotic PM signed off on this? How in the world does Microsoft benefit out of promulgating Facebook&#x27;s technology?<p>[1] <a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;react-native-macos&#x2F;docs&#x2F;intro" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;react-native-macos&#x2F;docs&#x2F;intro</a>
    • chabska45 minutes ago
      Windows has like 5 UI kits concurrently built into it. It very well be that one UI kit PM is promoting react native to attack another UI kit team.
    • layer848 minutes ago
      Microsoft decided to move to be a cloud services company instead of an operating system company. The operating system is merely a convenient means to acquiring new service subscriptions.
      • dvt32 minutes ago
        I mean, you could say the same thing about Apple, but they&#x27;re extremely protective of their ecosystem and native capabilities.
        • layer84 minutes ago
          Apple is a hardware company and likes to have control over the whole user experience. Microsoft doesn’t care about the experience as long as they can sell subscriptions, and doesn’t care much about hardware either.
  • uwais1254 minutes ago
    The amount of misinformation that spreads from a single tweet or blog post is insane. Someone says &quot;Windows uses React&quot; and suddenly it&#x27;s gospel. The actual XAML Islands explanation makes way more sense from a performance standpoint. Microsoft has been using XAML for their UI framework for years, why would they switch to React for something as performance-critical as the Start menu?
  • devnotes7752 minutes ago
    [dead]
  • RS-23259 minutes ago
    It’s garbage either way.<p>On that note, do we have an open standard for OS implementations? Where the fuck is our modern scratch made OS written in Rust?<p>It’s about time we topple this shitty triopoly.
    • p_ing57 minutes ago
      So you&#x27;re asking for a bug-filled, unstable, feature-less OS?<p>Because that&#x27;s what you get when you start from scratch.
    • p1necone57 minutes ago
      Go build it.