DEV Community

Discussion on: How old is client-side rendering?

Collapse
 
eboye profile image
eboye • Edited

I was using sort of CSR in my projects a lot earlier than React was even existed. I was using jQuery to make all sorts of elements on the screen.

$('<div>',{class:'element',html:'I\'m CSR element'}).appendTo('body');

exists for a very long time :)

I'm now more of a VueJS team now.

Also when history was introduced, a lot of SPAs came to life.

Collapse
 
bassemibrahim profile image
Bassem

Yeah i think i was confused between client side rendering and client side routing