1319
Is that bad? (lemmy.world)
submitted 1 day ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 30 points 1 day ago

AFAIK, React is a Single-Page Web Application that refreshes everytime something changes. It's benefits are fast load times and lower overhead because it ONLY updates things that are changed on re-render, but the downsides are that it relies on other libraries for things like multiple pages, etc.

So for it to be a Windows System application, yes that's fucking attrocious. Did you ever hear how angry people were about the Warcraft 3 update that added a bunch of webapp nonsense and bricked a lot of people's old copies? Well, that's basically what Windows 11 did.

[-] [email protected] 5 points 23 hours ago

Small nitpicks: The point of react is that it DOESN'T refresh. It maintains a virtual DOM which is faster to update and diff than the regular browser DOM, which you hinted at. No libraries necessary to do routing, but they do make it easier and better.

This however is a React Native application which doesn't have the same (browser) backend or requirements. It's native code. There is no refresh or routing per se.

That all said, the start menu is an abomination of the highest order. It just isn't really React's fault. People just love to hate on React and . React also gets a bad rap because it's so ubiquitous and easy to start using that novices and morons alike can make atrociously slow, bloated web apps with it.

[-] [email protected] 18 points 1 day ago

I'm confused though. The op says "react native", but AFAIK, react native is a mobile app framework.

Does it work/deploy on desktop now?

[-] [email protected] 24 points 1 day ago

React Native can be built for, not only mobile targets, but multiple platforms, such as Windows, tvs,..., or even the web, trying to use as much native implementations as possible. Now, should you?, that's a different discussion...

[-] [email protected] 8 points 1 day ago

Okay, the cross platform part makes it make a little sense. They're trying to push everything over to arm (again!) and having something easy to cross compile would help..... But, you know .... The start menu is small potatoes compared to gestures at the rest of Windows ...

[-] [email protected] 6 points 1 day ago

Yes, there's support for compiling React Native to UWP apps for Windows. No, I don't know why anyone thought that was a good idea.

this post was submitted on 28 May 2025
1319 points (99.2% liked)

People Twitter

7059 readers
1329 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.

founded 2 years ago
MODERATORS