pip install reaktiv
Just like Excel formulas automatically recalculate when cells change, or how SolidJS/Angular Signals work— reaktiv brings the same reactive primitives to Python.
The battle-tested reactive model from SolidJS and Angular, reimagined for Python developers.
Inspired by Angular and SolidJS, Signal
, Computed
, and Effect
enable fine-grained reactivity.
reaktiv tracks relationships between variables and updates state precisely and efficiently.
Just use plain Python — no decorators, no class magic. It works seamlessly with functions and data.
Whether you're building backends, notebooks, or desktop tools — reaktiv fits right in.
"This feels like magic. Finally, reactive programming in plain Python! I've been waiting for something like this for years."— Early user feedback
Join the growing community of Python developers using reaktiv. Share your experience →
Install reaktiv and start building reactive Python applications today.
pip install reaktiv
Experience the SolidJS/Angular reactive model in Python. Run real reaktiv code directly in your browser.
Signal
— reactive data sources (like SolidJS/Angular)Computed
— derived reactive state that auto-updatesEffect
— side effects that run when dependencies changeRun code immediately in your browser. No setup, no downloads, no installations required.
See actual reactive updates in action. Watch how changes propagate automatically through your data.
Experiment with different examples. Modify code, break things, learn how reactivity works.