Deepak Kumar
Deepak Kumar
During my little experience with Angular, I realized that Angular internally uses RxJS which has quite interesting concepts. I am definitely not suggesting to include RxJS. However their API may...
While considering reducing global footprint, it seems following will reduce this problem quite a lot: - Inline trigger calls that do have a delay. - Make `trigger` a method in...
All of these have been resolved.
Completed.
The closest I can recommend is a contributed sample App for using React with stompjs. Please see https://github.com/stomp-js/rx-stomp-react-sample. There is a tutorial.md file as well. It has been reported to...
I will suggest one of the following: - Please start with https://stomp-js.github.io/guide/rx-stomp/rx-stomp-with-angular.html and https://github.com/stomp-js/rx-stomp-angular, once working, make changes from there. - Share a simple project that demonstrates the error that...
One additional suggestion: please use the latest version of rx-stomp if you are not already doing so. The node js behavior related to dependency resolution has changed in the recent...
The latest `develop` branch exports modules. It will be released as a beta soon. It will be worth testing with that.
I think it needs more changes. I will fix it shortly.
Tested with the recently released beta2. I needed to add WebSocket polyfill, and it worked for me (I checked out the project you had shared earlier). ```bash $ yarn add...