B
B
becauseican2019-12-06 13:21:14
Django
becauseican, 2019-12-06 13:21:14

Does react support django template engine?

And is it possible to merge the backend and frontend without a REST API?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2019-12-06
@becauseican

Does react support django template engine?

The Django template engine runs on the backend, React on the frontend. They work at different times, on different machines, "communicate" using standard protocols invented long before the advent of Django, React and even JS, they don't know anything about each other, and therefore they don't interfere with each other.
In theory, yes, but in practice, it's pointless.

V
Vadim Shatalov, 2019-12-06
@netpastor

Your first question has been answered above.
On the second - yes - for example using websocket's

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question