Search posts, tags, users, and pages
Tej Pratap Singh
Developer
ReactiveX or Reactive Extensions RxJS is javascript implementation of Reactive Extension, it allows you to use Observer pattern in your web app. RxJS is much more than what we are going to learn here, that is why the name (RxJS at its basic) At...
Siddharth Vishvanath (Sid)
Full Stack Developer
Can i use this to sync changes between tabs within the same window.
No, this code is just to show how we can design our app using Observer Pattern.
To sync data across tabs, you need to either bind listeners to IndexedDB or Use WebRTC within local tabs.
Okay thank you
Siddharth Vishvanath (Sid)
Full Stack Developer
Can i use this to sync changes between tabs within the same window.