Angular-like Signals #19970
fedeAlterio
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋
I’d like to share a small free open-source library I’ve been working on called SignalsDotnet.
It brings Angular-like reactive signals to the .NET ecosystem — and I believe it could be very useful for Avalonia developers.
In Angular, signals have become very popular because they hide much of the complexity of Rx while still maintaining full interoperability with observables.
They make reactive state simpler and easier to reason about.
I paste here a small example
Beta Was this translation helpful? Give feedback.
All reactions