this post was submitted on 26 Apr 2024
419 points (96.2% liked)

Programmer Humor

33280 readers
441 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 9 months ago (1 children)

In many pages application url already bears part of state.

[โ€“] [email protected] 2 points 9 months ago

Sure, but that only gets you so far. I think it's important to distinguish between document sites where the users mostly just views content, and actual applications like an email client or a calendar. The former can be easily handled with little to no frontend code, however the latter tend to need non trivial amount of UI state management.