TECHNOLOGY
CSR mean client side rendering. CSR are most common terms in SPA. Through CSR technique a web application request to server for response. Once request fully process by server and response back to browser. Browse store thats response and show to user from browser end.
Following CSR technique request response time might be delay and SEO crawlers doesnt have allow better SEO result.
SSR mean server side rendering. This one too most common terms in SPA. Through SSR technique a web application request to server for response and server handle the response mostly asynchronous way. Once response receive by browser. Browser will responsible to thats response instantly. Using SSR technique reqeust response time might be faster and SEO crawlers have allow better SEO result.
Read what excites, achieves and moves us Read what excites, achieves and moves us