Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can do a lot with Django templates. Sprinkle in any of these and I find it unlikely you'll be reaching for React. Although if you have lots of React experience I am a believer in "use what you know". Tool familiarity > trimming dependencies


Django templates are nice, but fall flat if you want to do anything remotely dynamic with your model. The fact that you need to define custom template tags for things as simple as getting an attribute from a dict in your model is a real pain point.


If you use the Jinja bridge you’ll have an easier time all around I think


Completely agree. I honestly always thought Django Templates mostly were Jinja2, until I looked more closely and realized how wrong I was.

Since then I exclusively use Jinja2 in my Django apps and my life is so much better.




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

Search: