vendredi 29 juillet 2016

How to render large web pages

I have a web application that allow users to search for some products, but in some cases the returned data from server more than 1000 row, which will results in browser hanging and more time to be fully loaded.

my question is how to render the returned data without hanging in client side and less loading time.

I am not familiar with ReactJS, but if make the render to be on the server and on user request the data will be provided to him, is this way helpful ?




Aucun commentaire:

Enregistrer un commentaire