MarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 1 个月前This website is for humanslocalghost.devexternal-linkmessage-square62linkfedilinkarrow-up1484arrow-down18cross-posted to: hackernews@lemmy.bestiver.se
arrow-up1476arrow-down1external-linkThis website is for humanslocalghost.devMarcellusDrum@lemmy.ml to Technology@lemmy.worldEnglish · 1 个月前message-square62linkfedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkEnglisharrow-up2·edit-230 天前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·29 天前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).