You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help with performance on the browser, we should add virtualization to the list of offers on the homepage, so that even though we have already fetched 200 results, the DOM only contains the visible ones plus some offset (let's say 20 total), thus preventing the page to have to deal with a lot of results which are not even being rendered and prevent lag in the UI.
The text was updated successfully, but these errors were encountered:
To help with performance on the browser, we should add virtualization to the list of offers on the homepage, so that even though we have already fetched 200 results, the DOM only contains the visible ones plus some offset (let's say 20 total), thus preventing the page to have to deal with a lot of results which are not even being rendered and prevent lag in the UI.
The text was updated successfully, but these errors were encountered: