creately / rxdata

A reactive document database for web browsers
MIT License
11 stars 1 forks source link

Use behavior subjects to simplify the code #25

Closed thani-sh closed 7 years ago

thani-sh commented 7 years ago

BehaviorSubjects retain the latest value it received so the subscriber immediately gets the latest value. With this change, queries don't depend on the in-memory array in the collection.