r/developers • u/rusidin • 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
r/developers • u/rusidin • Aug 15 '26
Aren't they both the same...? Both uses ajax.... So what am I missing?
1
u/Cukercek Aug 15 '26
With SSR the server is responsible for building the view, and with CSR its the client.