Hi, I am using that stack for my website aldianfazrihady.com. It uses these modules: https://pypi.org/project/django-webpack-loader/ https://www.npmjs.com/package/react-router-dom
On web browser, open my website, and use developer tools or view source to see how it interacts with django backend. I am using django only as API gateway using DRF and only to load simple page that points to JS that will initialize React. UI rendering is done on web browser side. On Wed, May 6, 2020 at 6:39 PM Abhiram P <[email protected]> wrote: > I want to use react as front end and Django as back end. And the URL > routing must be done by Django. How to do this > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/0f786aad-14cc-4c45-99a8-8b2b7cf4c1f7%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/0f786aad-14cc-4c45-99a8-8b2b7cf4c1f7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Regards, Aldian Fazrihady http://aldianfazrihady.com -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAYictmzfjR81jEmJd%2BVJfezcLp_oyaEuKdNthapveapXQ%40mail.gmail.com.

