Bird
0
0

Why might an Angular app using SSR still show slower interactivity compared to pure CSR?

hard📝 Conceptual Q10 of 15
Angular - Server-Side Rendering
Why might an Angular app using SSR still show slower interactivity compared to pure CSR?
ABecause CSR apps do not use JavaScript at all
BBecause the client must bootstrap Angular after receiving server HTML
CBecause SSR sends incomplete HTML to the browser
DBecause SSR disables JavaScript execution on the client
Step-by-Step Solution
Solution:
  1. Step 1: Understand SSR interactivity delay

    SSR sends HTML fast but client must bootstrap Angular to enable interactivity, causing delay.
  2. Step 2: Evaluate options

    Because the client must bootstrap Angular after receiving server HTML correctly explains why interactivity can be slower despite SSR.
  3. Final Answer:

    Because the client must bootstrap Angular after receiving server HTML -> Option B
  4. Quick Check:

    SSR interactivity delay = client bootstrap time [OK]
Quick Trick: SSR needs client bootstrap for interactivity [OK]
Common Mistakes:
  • Thinking SSR disables JavaScript
  • Assuming SSR sends incomplete HTML
  • Believing CSR apps don't use JavaScript

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Angular Quizzes