|
|
|
|
|
by pedalpete
3369 days ago
|
|
I learned from a great dev not long ago that the data structure is often the most important aspect in developing a system. Like you, I was thinking - why would products, likes status and like count be a different call for each individual card. That is obviously inefficient use of both network and drawing as the DOM will be continually drawing as the requests return. |
|