It depends. I think it makes sense if you are considering multiple frontends as in an API driven application. Consider having a bunch of native apps (one for each platform) and a web app. In this case, you will end up maintaining two views for each action - one to display the HTML and another to return API data for the app. In this case, a front end over angular could make more sense.
Abishek On 26 Jun 2019, 4:18 PM +0800, Pradeep Singh <[email protected]>, wrote: > Does it make sense to create an application with Django as the backend and > Angular as the front end? I understand entire websites can be built from > Django, so how would Angular, as a front end framework, work with Django? > What would be the benefit of adding Angular, or is it an unnecessary > complexity even for large websites? > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CANwgZcYYsxyqQugJddtTv_2M_aLvq3PeQ%2BREEYTR%2BBX4SQX-Pg%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4313f459-52cd-4b28-9992-fa0d0e42779d%40Spark. For more options, visit https://groups.google.com/d/optout.

