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

I don't understand people still using Django for their web based stuff. I was under the impression that ReactJS + aiohttp was state of the art. Please explain why I am wrong.



They have literally no point in comparison. Django deals with data, business models, form validation, messaging, and backend. You can render to templates or you can use it to host an API server, or whatever you desire.

React does literally none of those things. aiohttp is just a barebones http server with no built-in functionality.




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

Search: