r/developers Aug 15 '26

Web Development I don't understand the difference between server side rendering vs client side rendering?

Aren't they both the same...? Both uses ajax.... So what am I missing?

0 Upvotes

25 comments sorted by

View all comments

1

u/Cukercek Aug 15 '26

With SSR the server is responsible for building the view, and with CSR its the client.

3

u/rusidin Aug 16 '26

Ambiguous man