SSG vs SSR vs ISR vs CSR VS SPA

Viewed 20

I have been going into web-dev recently and am on my 3rd website project and I have run into a question, what is the difference between SSG, SSR, ISR, SPA, and CSR (The terminology is confusing)? I know they have different use cases and are meant for different project goals but I don't understand how they work with each other and what they mean in actual use. An example of this is I know React is meant for SPA and renders to the client, yet past that I don't know how the rest could be used in say back-end development.

0 Answers
Related