Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 317 Bytes

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.