A
A
Alex Lukyanets2020-11-16 11:22:42
Django
Alex Lukyanets, 2020-11-16 11:22:42

Which architecture is better to choose (Django or MERN stack)?

Hello. To develop my own online store project, I want to choose the best, modern architecture.
Familiar with Python Django, Django Rest Feamework.
A bit with JS, React.
I saw that now people are writing stores through the MERN Stack (MongoDB, Express(.js), React(.js), Node(.js) ).
Does it make sense to make a Django API to which it will be through React?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dr. Bacon, 2020-11-16
@mynameiswisethanyesturday

Does it make sense to make a Django API to which it will be through React?
Yes, but it's not critical how exactly to choose, MERN or something, it doesn't matter. But there is an "online store", which means there will be SSR, but this definitely needs to be taken into account.

S
Sanes, 2020-11-16
@Sanes

Familiar with Python Django, Django Rest Feamework.

Well, do what you can.

V
Vasily, 2020-11-18
@vasily_konnov

Now I'm working on a project with a Django + React stack and the project has big problems with indexing in Yandex. There are no easy quick solutions to the point that all the content that needs to be indexed will move to Wordpress to quickly solve the problem, and the personal account will continue to be a SPA.
That's why I would recommend MERN stack

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question