|
|
|
|
|
by pjerem
841 days ago
|
|
I'm currently writing an app with Django. It's such a breeze. Everything just works and I only have to think about the problem I want to solve. The documentation is as fantastic as it was 10-15 years ago. I'm not even really fan of Python and I really miss static typing (renaming things is painful) but oh well, I'm so productive with it that I can live with this. Honestly, I think it's the only framework that I've ever used (never tried RoR though) which allows total flexibility while never bothering you with technical thoughts. It's still as shitty to deploy as it was a decade ago but now we have containers so who cares. I'm writing this app during a pause in my career (mainly frontend) after a burnout and it's reigniting my love for writing web apps. |
|
The holy grail for me would be a Django backend that renders react on the server. A Django nextjs.