Connect signalr using react reduct

I am trying to develop a real time application with react-reduction and signal.

My problem comes when I try to connect my react-redux app with my signalR backend file, I don't have my client signal signal (js generated by the signal backend server) to use it from my react-redux app, thus I am trying to use "ms-signalr-client" but I am getting jQuery errors.

Another problem is that I don't know how to hook up a signalr connection with my actions and abbreviations, I looked and I saw that I could create middleware to get the returned events, but I don't know how to call my actions to sending data to my server.

What client signal package do you recommend?

What is the best way to connect a signalR client in apps and reducers?

I tried to find some example, but I didn't find anyone using the client npm package or that uses an in-app shortcut.

Do you know examples that might serve?

Thank.

+3


source to share


1 answer


I'm having the same problems finding examples of how to use signalR with react-redux, please help.



0


source







All Articles