Y
Hacker News
new
|
ask
|
show
|
jobs
by
UlisesAC4
1170 days ago
I do not have examples with me. But anything built with Elixir Liveview will be server rendered and will also be real time, with some gotchas though.
https://github.com/phoenixframework/phoenix_live_view
1 comments
jeremyjh
1170 days ago
Its not exactly server rendered, though. After the first page view all the server is rendering are json graphs of dom diffs to be applied by the client application. If you use the routing features then technically its an SPA.
link