php - AngularJS proper/best practice in handling large amount of data -


i kind new in angularjs. ask advice in using scope temporary storage in requesting large amount of data server. here's scenario of app, in home page, accessing 45k+ data in server. write query on service pull 100 data initial display , handle others pagination or infinite scrolling thorugh serverside (means call service , push result existing scope). now, ask if doing correct? better make server side pagination using client side filtering of data angularjs built in filter. advice or techniques appreciated..

thanks in advance!

you in right track. it's not better way filter data on frontend. because don't have fetch data , filtering on frontend. it's gonna slow hell.

i'm working on same application have thousands of products in system , use pagination/infinitive scrolling fetch data bit bit.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -