A
A
Alexey Povolnov2019-09-29 12:51:21
Django
Alexey Povolnov, 2019-09-29 12:51:21

How to run React+Next with Django?

Hello.
I'm just starting to learn Django, don't scold too much, stupid yet.
Perhaps the question is not correctly posed, but so far it has been formed that way.
I'm trying to link React+Next+Django+GraphQL
React+Next it's clear why
Django+GraphQL to create an API
How does a website start in such a link?
What's going on in my head: do
React+Next run separately from Django, or does Django run first in which React+Next is in templates or somewhere else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2019-09-29
@KNLNT

The web server renders the static, including the front, and proxies API requests to Django.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question