Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizKindly log in to use this feature. We’ll take you to the login page automatically.
LoginGeneral Tech Technology & Software 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
I don't know why some answers says NO
but I do know that impossible is a big word to say nowadays, so YES you could do this and by many ways.
One way is to separate and the front end from the backend and use Flask API and design your whole backend in REST-API Architecture.
Another way is to do like this guy did here bonniee/react-flask I also suggest to go throw this repo if you are a beginner he just merged React and Flask and take a look at this very good tutorial on using React as the front end for Flask app The Ultimate Flask Front-End
Flask is a lightweight backend framework. React is a frontend UI rendering library. Therefore the answer is unambiguously yes.
The real issue is, should you do this? That's a potentially much bigger answer, which at this point can be summarised as "it depends" – on how big the app is planned to be, how much experience you have in Python and Web server development in general, how much experience you have with React, what else you'll be using alongside React for state management etc., and a bunch of other conditions.
You have two options at this point:
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Kindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
Is it possible to develop a web app using Python Flask for back end and React for the front end?