# Flask Posts

Articles and insights about Flask from the PropelAuth team.

### FastAPI vs Flask vs Django in 2025

If you are starting a new project in Python, there’s three major contenders for your web framework: Django, Flask, and FastAPI.  
While there are many differences between these frameworks, which one you choose can be boiled down to a few personal preference questions.  
It’s actually Django vs (Flask...  
  
[Read more](/content/post/fastapi-vs-flask-vs-django-in-2025/index.html)

### React/Flask Starter App

In this guide, we’ll build an example B2B application in React where users can sign up, login, manage their accounts, and view organization and member details.  
  
[Read more](/content/post/react-flask-starter-app/index.html)

### React + Flask Authentication Guide

In this guide, we’ll build an example application in React and Flask where users can sign up, login, and manage their accounts. We'll include social login options.  
  
[Read more](/content/post/react-flask-authentication-guide/index.html)
