Skip to content

Files

Latest commit

 

History

History

Day023-PJAX

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Day023

day23 of #CodingEveryday

I used PJAX for faster page load, and build a nodejs project about that.
PJAX allows pages to only request and refresh the part that needed to be changed. The bandwidth required to deliver only a portion of the original whole page is smaller, thus the page load time is faster.