FSharp.Data.Adaptive icon indicating copy to clipboard operation
FSharp.Data.Adaptive copied to clipboard

On-demand adaptive/incremental data for F# https://fsprojects.github.io/FSharp.Data.Adaptive/

Results 5 FSharp.Data.Adaptive issues
Sort by recently updated
recently updated
newest added

My Team has been using the [Fun.Blazor](https://github.com/slaveOftime/Fun.Blazor) library to do a Blazor UI. In the process we've come across two scenarios in which we'd like a ChangeableValue to depend on...

@krauthaufen and I have been going back and forth on things that have helped the implementation of using FSharp.Data.Adaptive in [FsAutocomplete](https://github.com/fsharp/FsAutoComplete/blob/main/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs). One of the _weird use cases_ is loading and...

Similar to List.partition, adaptively. A quick and dirt would be : ```fsharp module AList = let partition bool) (l : clist[],clist transact (fun () -> left.Add row) | false ->...

feature

A changeable data structure like there is Aardvark.Base.Increment with `ChangeableOrderedSet` (`ChangeableIndexSet`?) allows precise expression on what an application state can be, can directly provide `IAdaptiveHashSet` and `IAdaptiveIndexList` views and has...

feature

## Issue I am using **dotnet 6** blazor WASM, in developing mode it works fine. But when publish in release mode, I got exception at runtime. I did some investigation,...