do you have any plan to support websocket subscription / useSubscription hooks #2540
Unanswered
krunaldodiya
asked this question in
Ideas
Replies: 1 comment
-
Hey! Yes we do plan to add this at some point, but won't be a priority until after 1.0 There's been some previous discussions on this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it would be rather easy to have useSubscription hooks and user can directly configure the websocket provider, like socket.io or pusher and on frontend side just use const [subscribe, unsubscribe] = useSubscription('newUserCreated'), don't you think so ?
Beta Was this translation helpful? Give feedback.
All reactions