Python Forum

Full Version: Django + Vue or React
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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 {{ }}.