MarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 2 个月前This website is for humanslocalghost.devexternal-linkmessage-square62linkfedilinkarrow-up1483arrow-down18
arrow-up1475arrow-down1external-linkThis website is for humanslocalghost.devMarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 2 个月前message-square62linkfedilink
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkEnglisharrow-up2·edit-22 个月前What does 11ty stand for, besides “eleventy”? I’m expecting something like a11y, where there are 11 characters in between. Also, someone crash course me about the difference between 11ty and regular SSR?
minus-squareJayjader@jlai.lulinkfedilinkEnglisharrow-up1·2 个月前Eleventh is a static site generator. You run it once, then straight up serve the files it output. Server-side rendering is like running eleventy for each incoming webrequest (albeit only for the requested page(s) instead of the whole site).
What does 11ty stand for, besides “eleventy”? I’m expecting something like a11y, where there are 11 characters in between.
Also, someone crash course me about the difference between 11ty and regular SSR?
Eleventh is a static site generator. You run it once, then straight up serve the files it output.
Server-side rendering is like running eleventy for each incoming webrequest (albeit only for the requested page(s) instead of the whole site).