sdras / sample-vue-shop

See readme for newer repo details! A sample shop that shows how to manage payments with Vue, Stripe, and Serverless Functions

Home Page:https://shoppity.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create filter for 10,000 items ?

power-cut opened this issue · comments

How to deal with filter widget with items more than 10,000 ? Wouldn't it create memory leakages on my client side ?
Any idea for a situation where you can call API every time a query parameter is added to the url ?
TY for this great repo