Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

diffrence b/w render and reload

Reloading is making another http request to the webhost's server. It returns html for your browser to load onto the page.
Rerendering 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.
Comment

PREVIOUS NEXT
Code Example
Javascript :: does json only support ascii 
Javascript :: discord.js role regex 
Javascript :: get previous url javascript 
Javascript :: react js font awesome icon not rendering 
Javascript :: p5js class 
Javascript :: framer motion styled components 
Javascript :: if checkbox is checked 
Javascript :: how to make 1st letter capital in ejs 
Javascript :: Concatenating variables and strings in React 
Javascript :: urlencoded json express 
Javascript :: stripe npm 
Javascript :: payload too large nodejs 
Javascript :: popup alert in flutter 
Javascript :: align text in js 
Javascript :: ng generate component in folder 
Javascript :: how to create a new react native project 
Javascript :: faker npm 
Javascript :: javascript scroll down 
Javascript :: Show one popover and hide other popovers 
Javascript :: type float loopback model 
Javascript :: fakepath 
Javascript :: documentready 
Javascript :: slick on init 
Javascript :: javascript clear table body 
Javascript :: javascript regex replace all 
Javascript :: pdf dark 
Javascript :: find array javascript 
Javascript :: javascript find number in string 
Javascript :: Get the value of selected radio button 
Javascript :: install electron 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =