modo-studio / SugarRecord

CoreData/Realm sweet wrapper written in Swift
MIT License
2.11k stars 223 forks source link

RX Support removed #284

Closed grangej closed 7 years ago

grangej commented 8 years ago

I noticed we removed RX Support from latest release, what is the status of the modules for RX, i noticed they are pretty empty, is this something I can help with.

pepicrft commented 8 years ago

@grangej would be amazing if you could help with them. The idea is providing the reactive interface in extensions instead of the same repository. Would you like to help with that?

grangej commented 8 years ago

Yes I will take this up as soon as time allows!

pepicrft commented 7 years ago

Closing this issue for now. We don't plan to support any reactive interface in the short term.

juliengdt commented 7 years ago

why closing but asking for PR ? i don't understand

pepicrft commented 7 years ago

I've removed it because I think providing reactive interface shouldn't be in the scope of SugarRecord but as a part of another library that extends the interface. I'll create a new repository, something like Rx+SugarRecord that adds that reactive interface.