|
|
|
|
|
by nickspicer1993
2426 days ago
|
|
I attempted something similar on a current project, the problem is with inital data loading. If you are hitting the URL/Page for the first time you are waiting minutes or more for non trivial data sets. Why not just load what is needed and hydrate the data over time? What about datasets where you need pagination/ordering etc. And the only way to guarantee order is to pull the whole set? |
|
Of course, users with limited RAM and metered connections won't like that. Which is another reason why it didn't catch on.