|
|
|
|
|
by eastbound
1517 days ago
|
|
React makes us believe everything must have 1-2s response to clicks and the maximum table size is 10 rows. When I come back to web 1.0 apps, I’m often surprised that it does a round-trip to the server in less than 200ms, and reloads the page seamlessly, including a full 5ms SQL query for 5k rows and returned them in the page (=a full 1MB of data, with basically no JS). |
|