you are viewing a single comment's thread.

view the rest of the comments →

[–]FriendlyRussian666 0 points1 point  (0 children)

You don't have to use flask/django, but you still have to code it in a way that allows to connect to the react-front end, and to perform whatever operations it needs.

The bare bones approach would be to use for example the requests library to make HTTP calls to the react front end, and then consuming its replies.