What problem does it solve? Reflex evolves quickly, so pre-trained knowledge about its APIs is often outdated. This Skill supplies current Reflex documentation references and core concept summaries so you can build full-stack Python web apps with accurate guidance on components, state, events, and routing. ## Core Features & Use Cases - Curated Documentation Index: Direct links to official Reflex docs covering components, state, vars, events, pages, styling, database, authentication, API routes, and React wrapping. - Core Concept Reference: Concise summaries of State, Base Vars, Computed Vars, event handlers, conditional rendering with rx.cond, and iteration with rx.foreach. - Use Case: While writing a Reflex app, you need to add a dynamic route and a computed var. Load this Skill to get the correct syntax patterns and the exact documentation URLs instead of relying on stale training data. ## Quick Start Ask the assistant to show how to define a Reflex State class with a computed var and wire it to a button click event.