Open bitwit opened 6 years ago
Hi, there! Thank you for pay attention to this side project. This is a surprise to me.
I original purpose to create this project is to learn RxSwift by implementing it. This tutorial motivate me to do such thing.
I've mimic RxSwift API by implementing: Observable, Observer, Disposable, Scheduler and some basic Operator, etc.
I'm glad to put this project forward. But I recently changed my job. New project has a very tight deadline. I'm sorry I've little time to contribute this project.
If you want to discuss with me. Feel free to pin @beeth0ven at RxSwift Slack Org. I'm very happy if I can help you!
Hey, neat project. I've been musing a lot lately about developing a lighter version of RxSwift, as it's pretty bulky if you only need a few basic things but want to mimic the RxSwift API verbatim. Recently I've been working on a WatchOS app and full RxSwift seems like overkill.
I was just curious to ask how you found developing this side project and if you got stuck/met challenges at any point.
Thanks for your time.