Why You Shouldn’t Use Flask In 2022

Manpreet Singh
3 min readMay 10, 2022

Welcome back! Flask is an awesome web framework that we can use with Python, if you’re new to Flask, check out the link below to learn more about it:

This one is going to be tough, but let’s take a look at a few reasons why you shouldn’t use Flask in 2022!

Batteries Not Included

One of the biggest features with Flask competitors (like Django) is that it comes with a bunch of features straight out of the box, we call this “batteries included”, Flask on the other hand, not so much, is this a problem? Not entirely, but you will definitely be spending more time to add more features inside of your Flask application than Django.

Issues With Bigger Projects

--

--