DynamicData icon indicating copy to clipboard operation
DynamicData copied to clipboard

[Feature]: R3 Supoort

Open NeverMorewd opened this issue 1 year ago • 4 comments

Describe the functionality desired 🐞

R3 Support I realized that R3 offers a completely new implementation of Rx, and even the underlying interface has been redesigned. But for the operation of collections, it also needs a supplement like DynamicData

The steps the functionality will provide

  1. Go to 'https://github.com/Cysharp/R3'

Considerations

Try R3 and DynamicData

NeverMorewd avatar Mar 27 '24 02:03 NeverMorewd

R3 is a radical shift in the way that it works. It isn't compatible with existing Rx code. So, it would be more like a hard-fork more than a DynamicData feature. If R3 catches on, then maybe we could host it in this org, but it would be its own repo, not part of this one.

dwcullop avatar Mar 28 '24 20:03 dwcullop

R3 is a radical shift in the way that it works. It isn't compatible with existing Rx code. So, it would be more like a hard-fork more than a DynamicData feature. If R3 catches on, then maybe we could host it in this org, but it would be its own repo, not part of this one.

Thank you for explanation. Looking forward to R3's popularity

NeverMorewd avatar Mar 29 '24 07:03 NeverMorewd

We definitely have some interest in R3, and I don't think we're against having an R3 implementation of DynamicData, that stands alongside the System.Reactive version. But we'd have to familiarize ourselves with R3 in general first. Which is something we've said we'd like to do. It'll be a matter of finding the time, someday.

JakenVeina avatar Apr 03 '24 05:04 JakenVeina