Reflex is a Python web framework that allows developers to build web apps without needing to learn a new language. It combines a React frontend and a FastAPI backend, using WebSockets to handle communication between the two. Reflex simplifies the process of building web apps, eliminates the need for boilerplate code, and provides a unified look and feel. Event triggers and state updates are handled automatically by Reflex.

9m read timeFrom reflex.dev
Post cover image
Table of contents
The Starting PointExisting Python SolutionsGoals of ReflexThe Reflex ArchitectureFrontendBackendEvent ProcessingConclusion

Sort: