diffrence b 2fw render and reload

Solutions on MaxInterview for diffrence b 2fw render and reload by the best coders in the world

showing results for - "diffrence b 2fw render and reload"
Melina
26 May 2017
1Reloading is making another http request to the webhost's server. It returns html for your browser to load onto the page.
2Rerendering is the act of changing, adding, or removing existing html on the page that has already been served to the browser. No need to interact with the website's server to make these changes. Keep in mind showing the actual content inside the new html element might make a http request.This is the entire point of JavaScript.