Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Django + Vue or React
#1
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
Reply
#2
(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 {{ }}.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Allowing CORS in Django app with a React frontend Dexty 0 3,208 Dec-22-2021, 11:38 PM
Last Post: Dexty
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,306 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020