node.js - Do jade extends/include system means no whole page reload ? -


is there other way ajax/websockets implement partial-page reloads, in node.js applications ?

i told template engines block/includes functionnality jade's that, when open chrome devtools on simple apps built it, seems it's still whole page reload.

thanks

jade engine compile template file minified html included blocks still result full html page, no partial loading. if want more dynamic guess ajax/ws best way.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -