From d06f19436cc6f84a5def30f1b1e1ebb00a411d23 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Fri, 29 Sep 2023 11:28:53 -0700 Subject: [PATCH] Added general questions (#847) * Added general questions * Update general-questions.md --- src/questions/general-questions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/questions/general-questions.md b/src/questions/general-questions.md index 7672c5b..9bb7aea 100644 --- a/src/questions/general-questions.md +++ b/src/questions/general-questions.md @@ -34,3 +34,6 @@ permalink: /questions/general-questions/index.html * What role do you see yourself in? * Explain the difference between cookies, session storage, and local storage? * Can you explain what happens when you enter a URL into the browser? +* Describe the difference between SSR and CSR. Discuss the pros and cons. + * Are you familiar with static rendering? + * Rehydration?