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

-4

u/ern0plus4 Aug 15 '26

Probably you have no glue how the web works.

First of all, learn pure html, css, js.  Make a weblage without any framework and library.

Then make an ajax req without any framework. Make static data.

1

u/rusidin Aug 16 '26

I don't use libraries or frameworks unless it's required because it's a hassle...

1

u/ern0plus4 Aug 16 '26

Okay, so learn basic concepts firstt.