Django reactjs vuejs mixing with template system

I read your text and get the impression that you spend much more time reading about the latest hypes than coding. Today even open source tools do advertising. This has the drawback that it is hard to see the real benefits and drawbacks.

If the django admin GUI would use react … Would this help your application which does not use the admin GUI? Please slow down and ask yourself this question before reading the next lines.

I think the answer to above question is “no, it won’t help your application”.

The current problem is that there are far too many choices. And if you have no experience you get lost.

Ken wrote you this:

  1. A full HTML page
  2. An HTML fragment (div, span, table, etc)
  3. JSON or XML data

If unsure start with option 1. This means you don’t need react/angular/vue for your first prototype.