Frontend architecture is dominated by initialisms like SSR, SSG, and ISR that developers say dozens of times a week. This exercise ensures you pronounce SPA, SSR, SSG, ISR, and hydration correctly in technical interviews and team discussions.
0 / 5 completed
1 / 5
How is 'SPA' (Single Page Application) pronounced?
SPA is an initialism spelled out as S-P-A: /ɛs piː eɪ/. While 'spa' as a word is /spɑː/, in tech contexts 'SPA' is almost always spelled out. Saying 'spah' can cause confusion with the wellness meaning of 'spa'. In context: 'The dashboard is an ess-pee-AY built in React with client-side routing.'
2 / 5
How is 'SSR' (Server-Side Rendering) pronounced?
SSR is an initialism: S-S-R, giving /ɛs ɛs ɑːr/. All three letters are spelled out individually. In American English the final 'R' is rhotic /ɑːr/; in British English it is /ɑː/. No blended pronunciations are standard. In context: 'We enabled ess-ess-AR in Next.js to improve first-contentful paint.'
3 / 5
How is 'SSG' (Static Site Generation) pronounced?
SSG is an initialism: S-S-G, giving /ɛs ɛs dʒiː/. The letter 'G' is /dʒiː/ — the same sound as in 'jee'. No one says 'seg' for SSG in professional discourse. In context: 'Use ess-ess-JEE for content sites where pages rarely change.'
4 / 5
How is 'ISR' (Incremental Static Regeneration) pronounced?
ISR is an initialism: I-S-R, giving /aɪ ɛs ɑːr/. The 'I' is the letter name /aɪ/ as in 'eye'. Blended forms like 'IZ-er' are not used in professional Next.js discussions. In context: 'Enable eye-ess-AR so pages rebuild in the background every 60 seconds.'
5 / 5
How is 'hydration' pronounced?
Hydration (attaching JavaScript event handlers to server-rendered HTML) is an ordinary English word: /haɪˈdreɪʃən/. Stress falls on the second syllable 'DRAY'. The /aɪ/ diphthong starts the word ('hy'). This is the same word used for drinking water, with an identical pronunciation. In context: 'Partial hy-DRAY-shun reduces the JavaScript needed on the client.'