MarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 4 days agoThis website is for humanslocalghost.devexternal-linkmessage-square61fedilinkarrow-up1478arrow-down18
arrow-up1470arrow-down1external-linkThis website is for humanslocalghost.devMarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 4 days agomessage-square61fedilink
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkEnglisharrow-up2·edit-22 days agoWhat 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·13 hours agoEleventh 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).