Hacker News new | past | comments | ask | show | jobs | submit login

> Does anyone do server side rendering these days?

Yes, in React, with Next.js.

I'm going to have to dynamically create html and attach event handlers based on data either way. Much rather do it all in Typescript than remember Django templates DSL and still do javascript, for the result of worse UI's, poor 3p library support, and awful state management between frontend and backend.




Django temples are pretty simple. They are basically HTML with a a few constructs that you can put variables or loops in. Way simpler than React and Typescript.


So is React, but React also provides hooks to manage state in a sane way that is left to ad hoc interaction between random js funcs and django


Or with Remix Run which is great




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: