Efficient listening to data changes from server
Unanswered
Morelet’s Crocodile posted this in #help-forum
Morelet’s CrocodileOP
I'm interested in receiving changes from the server to the client (often not made by the client). I'm wondering if the most efficient way to handle that in Next 13 app router is to simply poll every few seconds, and make sure caching is enabled, or if there is something I've missed in terms of implementing this.