Is it possible to implement LiveViewJS type functionality using SolidJS + SSR?
Specifically, simple example would be : an Observable (for example from rxjs or S.js ) keeps updating on the server based on an external source (e.g. pusher channel, counter etc) and the webpage keeps updating in a declarative manner.
0 Replies