You are viewing a single thread.
View all comments
113 points
*

Anyone that builds a SPA and breaks opening in new tab or history caching and back/forward nav isn’t a good frontend developer (or lacks experience, which is something that’s fixable!). These have been solved problems for a long time.

permalink
report
reply
36 points

I mean, for sure, and this meme isn’t trying to say that all SPAs are bad. But defaults matter, even for experts.

This meme was inspired after I had to use an SPA, which among those points in the meme, also broke using Alt+Left to navigate back. The normal back-button worked (even if it then had to load for ten seconds to re-display static content).

Which is just a typical example to me. You don’t even need much expertise to figure out why Alt+Left is broken. But you have to think of testing Alt+Left, because it’s broken by default.

permalink
report
parent
reply
8 points

My friend I’ve been using the Internet for 27 years and developing for it for most of that time and I can promise you I’ve never once hit Alt+Left

permalink
report
parent
reply
24 points

As your younger and more modern replacement, I use it regularly

permalink
report
parent
reply
10 points

I have never heard of alt+left, and I’ve been using the Internet since Mosaic was all the rage. Shame on me, it seems to be implemented in all browsers. How could I have missed it?

permalink
report
parent
reply
10 points

Yeah, I have no trouble believing that. It took quite a while before I learned of this shortcut and when I did, I was wondering why I would ever want to use it.

But I generally work from my laptop these days, without an external mouse connected, so reaching from my touchpad, the Left key is right there.

permalink
report
parent
reply
6 points

I started using alt+left when browsers started removing backspace. It was for the best.

permalink
report
parent
reply
6 points

Just here representing the Cmd+[ gang

permalink
report
parent
reply
2 points

Ctrl+[ here

permalink
report
parent
reply
20 points

I’m guessing they aren’t using Vue, React, or similar, and they’re rolling their own for some reason.

permalink
report
parent
reply
21 points

React doesn’t handle any of this stuff out-of-the-box; it’s just a UI library.

permalink
report
parent
reply
3 points
*

Neither does vue. You need vue-router, which is required anyway to make an spa with multiple pages.

The only thing that breaks is any component state isn’t saved. But this can be fixed by rendering <RouterView> with <KeepAlive>. How to do this is mentioned in the documentation.

I assume it’s similar with react and react-router-dom.

permalink
report
parent
reply
-4 points

It’s one install line ffs, how is this a conversation in 2024? It’s EASY.

permalink
report
parent
reply
4 points

Conversly a lot of static websites break new tab by incorrectly slapping target="_blank" on anchors. Luckily Lemmy doesn’t mess this up.

permalink
report
parent
reply
1 point

I maintain a couple of Wordpress installations for clients, where new link targets are the same page, as you’d expect.

They still, somehow, manually check “link opens in new tab”. I don’t know why some of these boomers are allowed to use computers, I swear.

permalink
report
parent
reply
2 points

If you manage the WordPress installation, can’t you disable the ability or create/install a plugin that removes that ability? This hurts usability.

permalink
report
parent
reply
3 points

If your SPA website is done correctly the end user won’t even notice and none of the bad things listed in this meme happen.

permalink
report
parent
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 6.2K

    Monthly active users

  • 1.5K

    Posts

  • 35K

    Comments