Odonno / ngrx-signalr-core

A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
https://www.npmjs.com/package/ngrx-signalr-core
MIT License
28 stars 13 forks source link

How to use it within store effects? #96

Open passeee opened 1 year ago

passeee commented 1 year ago

I cant rly understand how I would create an Effect that listens for specific methods and then returns an action which saves the new state in the store?

hocino commented 1 year ago

Hey

there is an example in the repo