Merge branch 'centau:main' into main

This commit is contained in:
alicesaidhi 2025-04-15 22:21:31 +02:00 committed by GitHub
commit 92cf612cef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 221 additions and 45 deletions

View file

@ -7,7 +7,7 @@ But the disconnecting of many signals and connections is tedious and verbose.
Vide instead operates on the concept of scopes which provides a much cleaner
API, given that you follow a few rules.
Thre are two types of scopes: stable and reactive.
There are two types of scopes: stable and reactive.
- A scope must be created within another scope.
- Stable scopes never rerun.