DEV Community

Discussion on: 🙅‍♂️ Stop trying to learn RxJS

Collapse
 
qm3ster profile image
Mihail Malo • Edited
  1. How do you make a lossy iterable for late binding that keeps the latest value? (BehaviorSubject in RxJS)
  2. What is your solution to forking the stream? (multicast in RxJS)
  3. Can you clarify what is hard to learn about RxJS?
  4. "property functions" like map.pool are bad for treeshaking.
  5. why is your compose called pipe :v