DEV Community

Discussion on: The "Best" Raw JS Approach to the DOM

Collapse
 
blackjyn profile image
ZVHR El Ekhsaan

and... how about server side rendering using "raw" approach?

Collapse
 
jdboris profile image
Joe Boris • Edited

I guess you could some of this approach in server side rendering. You can make reusable components on the back-end. You would need some front-end js for the data binding though. I haven't thought about how to do that with vanilla js, but I think most server side rendering libraries facilitate that, luckily