Settings

Theme

Resource Signal: Reactive async data loading for Python

reaktiv.bui.app

1 points by buibuibui 8 days ago · 1 comment

Reader

buibuibuiOP 8 days ago

Hi HN!

Resource Signal brings reactive async data loading to Python. Main idea: declare what parameters affect your request, and get automatic cancellation, status management, and error handling.

It's inspired by Angular's resource() but adapted for Python's async/await. Works great for APIs, database queries, search—anywhere you fetch data based on changing parameters.

The guide has 5 working examples. Would love feedback!

GitHub: https://github.com/buiapp/reaktiv

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection