|
|
|
|
|
by justsee
3353 days ago
|
|
React is great for web development (using Next.js) based on my recent experience. Citing only one side of any architectural trade-offs isn't particularly interesting either. The other side is that we can now easily build sites using Universal JS (serverside-rendered combined with SPA). Delivering a website with seemingly instantaneous repaints even on flaky internet connections is just a superior end-user experience. Just click through the primary nav of a Universal JS site vs an old-school one, and it feels like we've been putting up with the equivalent of the old 300 ms tap delay, but for all websites and website links. Not engineering away that latency penalty will tend towards foolish for website properties that want to remain competitive. Users will become increasingly accustomed to very responsive sites and the latency penalty that is currently normalised will become more glaring and unacceptable. |
|