|
|
|
|
|
by cyberpsybin
1700 days ago
|
|
If you go by hacker news crowd, everyone despises React and SPAs are worst thing ever happened to web.
In reality it exactly opposite. Most people use React, are satisfied and SPAs perform way better than your usual website that refreshes on every click. |
|
Unfortunately, SPAs are often used where a classic SSR page would suffice, all in the name of "performance optimizations" and whatnot. Meanwhile, UX suffers because often edge cases like slow/spotty connections, device sleep or even just accessibility or not considered at all.