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

People Twitter

7211 readers
1399 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] naught@sh.itjust.works 5 points 1 week 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.