hosseinmd / react-signalr

MIT License
43 stars 14 forks source link

Added missing export of `createUseSignalREffect` hook #15

Closed anhquoctran closed 2 years ago

anhquoctran commented 2 years ago

Request to added missing createUseSignalREffect

hosseinmd commented 2 years ago

Why you need this function?

useSignalREffect has in your context you should use it

anhquoctran commented 2 years ago

Why you need this function?

useSignalREffect has in your context you should use it

I need to custom for advance use.

hosseinmd commented 2 years ago

This is internal function, it is unstable because maybe we change it in the future. I recommended don't use it.

What is your custom usage?