-
I may be missing something obvious from the documentation but let's say I receive a webSocket notification and after that, I want to reload the data from a specific route, what's the best way to do it? What I want is the same behavior as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
For reloading the current page, the browser has an API: The other use-case would be redirecting, which you could do with browser APIs as well or with React Routers navigate |
Beta Was this translation helpful? Give feedback.
-
Refresh API is proposed a few days ago. There's a current workaround in it too |
Beta Was this translation helpful? Give feedback.
Refresh API is proposed a few days ago. There's a current workaround in it too
#1996