RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Ideas πŸ’­

Open sunshinejr opened this issue 8 years ago β€’ 3 comments

Here we can gather potential ideas that we can include here. Of course titles are just placeholders.

  • [ ] I don’t see rx.*. How can I implement this myself?
  • [ ] Why should I use disposeBag?
  • [ ] Why and when should I use unowned self or weak self?
  • [ ] Why was my code executed twice? (Talk about sharing subscriptions etc.)
  • [ ] What is the difference between filter() and takeUntil()/takeWhile()?

sunshinejr avatar Nov 22 '16 19:11 sunshinejr

  • [ ] How can I bind String to String? (Optional problem)
  • [ ] How can I fix "Element can be bound to user interface only on MainThread" error?
  • [ ] How can I debug the Observables?
  • [ ] How can I do unit test?
  • [ ] What happen if I don't use addDisposableTo()?
  • [ ] How can I use Rx in reusable cells?
  • [ ] How can I do setNeedsLayout() when value changed?
  • [ ] What's difference between observeOn() and subscribeOn()

devxoul avatar Nov 22 '16 19:11 devxoul

  • [ ] What's the difference Observable and Driver?

kciter avatar Nov 23 '16 08:11 kciter

One could invite https://blog.vinelab.net/rxswift-subject-types-264c780e2865#.yptn2ayh4 to write about the different SubjectType types.

DivineDominion avatar Dec 01 '16 15:12 DivineDominion