feat: release 2.0.0

This commit is contained in:
2025-09-17 19:27:37 +02:00
parent 393afd58d6
commit ec5a7ddb13
4 changed files with 74 additions and 61 deletions

View File

@@ -92,7 +92,7 @@ type UserState = {
};
```
### Aggreates
### Aggregates
Event aggregates takes a entity stream and reduces it to a wanted state. It works on the same conceptual grounds as
the standard reducer but resolved states using an aggregate instead of folding onto a state object.