Fullstack Flask React Tutorial - Master Flask Basics And Build A Python Flask React App | 2020 HD

preview_player
Показать описание
Hello Friends 😊

🔔 Subscribe & click that notification bell so you don't miss anything!

In this video, You will learn everything you need to know to get started with Flask. We will then build a web application with Flask as a Rest Api for a React application.

Let's get started...

🏷 #Python #flask #flask-react #flaskCrashCourse

❤️ If you would like to support the channel

⏱ TIMESTAMPS
00:00 - Hello Word Flask
08:16 - Url Params & Templates
19:36 - HTTP methods In Flask
28:39 - WebForms
38:26 - Database
50:06 - Flask React Project

🎥 How To Install and setup Flask.

🔗 BE MY FRIEND 🔗

🎥 Tutorial Videos You Might Enjoy 😉

🚀 Documentations
Рекомендации по теме
Комментарии
Автор

Amazing clarity on the Flask+React topics. Well done!

Liked and subscribed!

pietraderdetective
Автор

This is the best Python/Flask/React tutorial on YouTube. Thanks!

kikkykikkik
Автор

Man, probably the best tutorial for Flask there is for beginners! Great Job!

viniciusleitepereira
Автор

In case anyone has an issue with the react-router-dom throwing an error for Switch imports, the newest versions of React have changed Switch to "Routes"... Your code should be something more along the lines of 
<Router>
<Routes>
<Route exact path="/" element={<TodoPage />} />
<Route path="/:id" element={<Show />} />
</Routes>
</Router>

once you reach ~ an hour an 30 into the video... Great tutorial, thank you

garrettgelinas
Автор

1:21:00 The most important part of the tutorial

zentekvideogames
Автор

Most probably the best Flask tutorial, wow
also,
Most probably the best Flask React tutorial, thanks

elvis
Автор

reallyGreat thanks a lot, you explained lots of details very well from zero to last second !

Wonderfull_Hasti
Автор

Great video! I think sharing the source code will help a lot of people to resolve the errors that creep up sometimes. Also, an older version of react-router-dom (5.x I believe) has been used in this demo. So if you install a newer version, do check out the upgrades.
That being said, thanks a lot for your efforts, learnt a great deal!

bhumikasethi
Автор

Great content, especially combining Flask with React. The explanations are a bit rough sometimes in my opinion and need some polishing, but nevertheless great educational content! Thanks for that.

TechDiffuse
Автор

I watched your react spring tutorial, it was awesome, so is this..your english slang is very clear and concise..thanks for this, keep going👍

Çalhanoğluuuu
Автор

16:26, ul should be outside of jinja's for loop and the li element should be inside the for loop.

fullstackspiderman
Автор

lmaooo the ' i need to shit ' caught me off guard great tutorial brother

killer
Автор

Great video. Please what VS extension are you using for showing information about functions. More specifically @1:05:12 when you were talking about the map function.

Thanks in advance!

ohdihe
Автор

at 58:32, array must be like ['orange', 'apple'], but your array is like ['orange', 'apple'], please check this too

rohandevaki
Автор

Would love a flask with Docker tutorial Ans how to have the front end in a container and back end in a different one
Ans then the whole thing inside another container and confit with Docker compose


Ans finally deploy the whole think to something like AWS EC2 for example

Also use gunicorn so we ready for production

ko-Daegu
Автор

A great video looking forward to more!

mustafahany
Автор

im a bit confused. We make the flask template files but never use them with react? Is this just to show us how you would make the front end if you didn't use react?

TheEb
Автор

Great tutorial! Do you have any video for installation and configuring VScode and make the terminal look just like you in Mac so that I can follow what exactly you do? And what is the exact code in line 20 of "show.js" in 1:36:17

fl
Автор

before 21:43, i, am only able to see this message on hello.html,
Request method -, and everything is same by the way, but it is not working

rohandevaki
Автор

Can they all work on single server, i am looking for running a landing page using flask itself

stumpydes