DEV Community

Discussion on: What is Dev.to's frontend stack?

 
oathkeeper profile image
Divyesh Parmar

Does that mean it is server side rendering? I'm just practising node.js/express.js with EJS templates so just curious.

Sorry if this was amateur question

Thread Thread
 
ben profile image
Ben Halpern

No such thing as too amateur, whatever that even means. Yeah, server-side rendering using "old-school" Rails html.erb files. I believe those is are EJS is inspired by, so pretty much the same thing I think.

Thread Thread
 
oathkeeper profile image
Divyesh Parmar

Ooh Cool, with EJS I seem to work on the standard tech right now