Python Forum
Django + Vue or React - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Django + Vue or React (/thread-11127.html)



Django + Vue or React - dimgs - Jun-23-2018

Hello everybody,

I am a new member here to Python forum and I would like to ask something about the frameworks.

I have some experience with Django, but I was using Django, HTML and CSS.

My question is: Can I use Django with Vue or React?
How can these frameworks are combined each other?


Thank you in advance


RE: Django + Vue or React - snippsat - Jun-23-2018

(Jun-23-2018, 05:54 PM)dimgs Wrote: My question is: Can I use Django with Vue or React?
How can these frameworks are combined each other?
It will work fine,can look at App with VueJS and Django
I have done some testing with Flask and React/Vue.
Using Jinja(flask default) needed to change delimiters: ['[[', ']]'],
so it don't crash with VueJS's interpolation delimiters that also use {{ }}.