Какой подход лучше всего подходит для создания приложения django react? [закрыто]
Я пришел с основным вопросом, какой подход я должен использовать и почему?
- create Django application and integrate react inside it- so when we run Django it will render react instead of its own templates.
- create Django project and API's separately and react app separately and let them both talk through API's, on the same server or other.