Can you combine React and Flask in the same project? Why? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Can you combine React and Flask in the same project? Why?

Good morning, I'm a Python developer and a few months ago I started learning Flask to create web pages. Yesterday I started the React course for the platform and I was wondering if anyone experienced knows if you can combine Python (in this case Flask) with React. In which cases would it be useful to use it and in which not?

7th Aug 2020, 6:58 AM
Pablo Corbalán
Pablo Corbalán - avatar
3 Respuestas
+ 2
I am not an expert in software development but in my opinion good software should be efficient and lean. So that would be the opposite.
7th Aug 2020, 7:14 AM
JaScript
JaScript - avatar
+ 2
It is possible. I haven't done it myself because I don't know React, but I'm sure I've seen plenty of articles showing you how to combine the two.
7th Aug 2020, 7:35 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
I think that Vue is more flexible option than React for most MVC frameworks. For small projects, it is not worth seperating your application into API, Frontend SPA and Backend MVC.
7th Aug 2020, 8:00 AM
Ore
Ore - avatar