
Reflex · Web apps in Pure Python
Iterate In Python With Reflex Build and refine your app using pure Python—fast, flexible, scalable, and open source.
Introduction - reflex.dev
Introduction Reflex is an open-source framework for quickly building beautiful, interactive web applications in pure Python.
Reflex Basics
This allows you to use standard HTML elements directly in your Reflex app when you need more control or when a specific component isn't available in the Reflex component library.
Installation - reflex.dev
Reflex will hot reload any code changes in real time when running in development mode. Your code edits will show up on http://localhost:3000 automatically.
How Reflex Works
Reflex frontends are built using components that can be composed together to create complex UIs. Instead of using a templating language that mixes HTML and Python, we just use Python …
Designing a Pure Python Web Framework · Reflex Blog
Mar 21, 2024 · We started Reflex a year ago so that anyone who knows Python can easily build web apps and share them with the world, without needing to learn a new language and piecing …
Library - reflex.dev
Component Library Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. This page contains a list of all builtin components.
Frequently Asked Questions · Reflex
We've compiled a list of the most common questions we get about Reflex. If you have a question that isn't answered here, feel free to reach out to us on our Discord.
Dashboard Tutorial - reflex.dev
The techniques you’ll learn in the tutorial are fundamental to building any Reflex app, and fully understanding it will give you a deep understanding of Reflex.
Templates · Reflex
Reflex Build Templates Production-ready app templates built with Reflex — explore dashboards, tools, and AI-powered apps. Virtual Machine Life Cycle Reflex