mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#reactive

0 posts0 participants0 posts today

The State of Rx.NET in 2025

youtube.com/watch?v=SZpmj0fSfFI

tl;dw:

- Still living in dependency hell. They won't release Rx7.0 before solving those issues first. Everything else has lower priority.

- AsyncRx.NET will be developed over time.

- Ix.NET will not be developed as a part of the Rx project anymore. All LINQ to IAsyncEnumerable stuff will be moved to the core dotnet libraries.

#rx#rxnet#reactive
I tried using Van.JS and I really like it

The best part about it is (1) reactive framework with state management in just 2Kb of minified JavaScript (1Kb compressed), and (2) no dependencies, just copy it into your source repo and you are good to go. For a simple reactive web app, it gets the job done well. So far, I have found it to be pretty intuitive and easy to use. I will use it for a while more on this project, and maybe write a blog post about it comparing it to React or Next.js, but I have been having fun with it this past week and wanted to tell others about it.

vanjs.orgVanJS - A 1.0kB No-JSX Framework Based on Vanilla JavaScript
#tech#software#web

Another day, another longish user support answer... 😊 This time a little deep dive into potential pitfalls and solutions related to the recursive teardown behavior of thi.ng/rstream reactive subscription pipelines/graphs/topologies. Esp. for UI use cases, these are important aspects to be aware of...

github.com/thi-ng/umbrella/iss

thi.ng/rstreamReactive streams & subscription primitives for constructing dataflow graphs / pipelines

New #ThingUmbrella example (#172): Interactive visualization of low-discrepancy samples using thi.ng/viz, thi.ng/hiccup-svg, thi.ng/lowdisc, thi.ng/rdom & thi.ng/rdom-forms

The example also demonstrates combining multiple plots and uses lens axes with adjustable non-linear mapping using focal points and dilation...

Demo:
demo.thi.ng/umbrella/viz-scatt

Commented source code:
github.com/thi-ng/umbrella/blo