You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anybody thought of making an RxJS wrapper or interface for this library?
I'm a big fan and regular user of RxJS, also the Angular community would welcome this with open arms. Seems like they are moving towards using signals now: https://angular.dev/guide/signals/rxjs-interop (https://github.com/tc39/proposal-signals)
RxJS has a WebSocketSubject that could be leveraged or extended (multiplex for request/response):
https://rxjs.dev/api/webSocket/WebSocketSubject
But in terms of DX one of my favorites is this little known library:
https://github.com/martenbiehl/musquette
Any thoughts or thumbs up in the community?
Beta Was this translation helpful? Give feedback.
All reactions