You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an example of using this server side? I really like the elm inspiration here, and I'm wondering if it could be used like Elixir LiveView? With the html being generated on the server and sent to the client, and then any updates are sent as html diffs. The best of Elm and LiveView. Elm-like types and Model/View/Update pattern combined with server side state and live updates of LiveView.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there an example of using this server side? I really like the elm inspiration here, and I'm wondering if it could be used like Elixir LiveView? With the html being generated on the server and sent to the client, and then any updates are sent as html diffs. The best of Elm and LiveView. Elm-like types and Model/View/Update pattern combined with server side state and live updates of LiveView.
Beta Was this translation helpful? Give feedback.
All reactions