Okku
Okku
For convenience, JSON-like structures are recursively converted to become reactive. However, TypeScript's type system can't tell plain objects from other ones. Support for nominal typing would help, but I wouldn't...
By design, `ReactiveArray` mirrors the functionality of native `Array`s as closely as feasible. The major difference is, that instead of returning plain values and new `Array`s, it returns `ReactivePrimitive`s and...
Is there a reason why there's no mention (that I can find) of a writable property for the "shown" state of a popup? For example, it could look something like...
Currently, creating new reactive values inside the callback of `computed()` (and similar methods) is disallowed because accessing the value of a newly created reactive entity inside the computation would add...
**Problem this feature solves** Being able to be notified when someone discusses a comment you made without pinging you. People think they're being polite by disabling the ping, but one...