mtgjson / mtgjson-website

MTGJSON Documentation Front-End Application built with VitePress
https://mtgjson.com
MIT License
36 stars 24 forks source link

Create Lazy loading for large download data like Individual Sets and Decks #108

Closed staghouse closed 5 years ago

staghouse commented 5 years ago

Allow the download seconds for Individual Sets and Decks to have lazy loading to prevent render lag.

staghouse commented 5 years ago

Because the fetch calls return all the data and is not on an API endoint with options, RESTfullness is out, We would gain no perf increase and just be adding pagination in items that are sortable. To me, its a major feature not worth going after.

ZeldaZach commented 5 years ago

Not worth it then.