Core types for the Reflex framework (version 0.9.4). Reflex is a library for building full-stack web apps in pure Python. reflex-base provides base classes and type definitions used by Reflex components. Released under the Apache-2.0 license, with active development.
pip install reflex-baseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple state class using Base from reflex-base.
Update imports: from reflex.base import Base instead of from reflex.state import Base.
Install reflex: pip install reflex
No dependency data recorded yet.
No resource links recorded.