uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

[MVUX] Make all oprators fluent firendly

Open dr1rrb opened this issue 1 year ago • 0 comments

What would you like to be added:

All operator (like State.ForEachAsync and State.Observe) should be fluent friendly so we don't have to declare them in ctor.

Why is this needed:

To improve code discoverability and readability.

For which Platform:

  • [x] iOS
  • [x] Android
  • [x] WebAssembly
  • [x] WebAssembly renders for Xamarin.Forms
  • [x] Windows
  • [ ] Build tasks

Anything else we need to know?

This means that we need to enable caching like for other operators such as Select

dr1rrb avatar Jun 27 '24 13:06 dr1rrb