Okku

Results 36 issues of Okku

Unfortunately, @BobobUnicorn's [PR to TS got closed](https://github.com/microsoft/TypeScript/pull/45310#issuecomment-947205767), however the TS team said they're open to revisiting it at a later date. As such, we need to figure something else out...

enhancement

enhancement

`reverse` and `sort` don't make a whole lot of sense as mutable methods on `ReactiveArray`s, and it would make more sense for them to return new arrays instead. With that...

Currently, array methods that use external reactive entities are not recomputed when those get updated. Some methods offer to take an array of dependencies to explicitly declare what reactive entities...

enhancement