Re: Integrate Django with React

2020-01-03 Thread Gil Obradors
Hi Santhosh, Nice tutorial https://www.youtube.com/watch?v=Uyei2iDA4Hs Basically, React is for a nice User Interface, django templates is not exactly the essence. The advantage is a frontend programed as a component , better UI. Django frontend is a MVC renders with django templates. All of t

Integrate Django with React

2020-01-03 Thread Santhosh sridhar
Is there a way to integrate React JS framework with Django? How to do that? What is the advantage of using such frontend frameworks over normal ajax? Any help or explanation would be helpful. Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" grou