←back to thread

198 points taddgiles | 1 comments | | HN request time: 0.236s | source
Show context
recroad ◴[] No.45310580[source]
Elixir is fantastic. Liveview is a huge productivity multiplier - lot of boilerplate disappears.
replies(1): >>45311153 #
andrewflnr ◴[] No.45311153[source]
LiveView is fun, but my problem is that in practice I often want local-first state. Is there a good way to do that with LiveView, maybe a clean way to write the little javascript snippets so they work with local state?
replies(5): >>45311296 #>>45311461 #>>45312757 #>>45312810 #>>45313152 #
1. mau013 ◴[] No.45312757[source]
Checkout Hologram. It aims at client based state (but it’s all Elixir as it transpiles the Hologram pieces to JS).