TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Elixir – Phoenix LiveView Native

246 pointsby lefrenchyover 2 years ago

12 comments

atonseover 2 years ago
If this is like react native except where most of the logic is server-side (but sends down some kind of native DOM that gets rendered natively), I&#x27;m sold.<p>This seems to be a more detailed link: <a href="https:&#x2F;&#x2F;dockyard.com&#x2F;blog&#x2F;2022&#x2F;09&#x2F;01&#x2F;dockyard-r-d-build-elixir-web-native-apps-seamlessly-with-liveview-native" rel="nofollow">https:&#x2F;&#x2F;dockyard.com&#x2F;blog&#x2F;2022&#x2F;09&#x2F;01&#x2F;dockyard-r-d-build-elix...</a>
评论 #32731608 未加载
评论 #32698876 未加载
评论 #32700540 未加载
评论 #32695957 未加载
bsaulover 2 years ago
I’m having a super hard time understanding why you’d want a <i>native</i> app require 100% connectivity.<p>When the app feels like (or is) a web app, then at least the user understands intuitively that nothing is going to survive connection loss. However with a native feel, seeing the app freeze and navigation become disabled is going to feel completely wrong..<p>Did i miss something ??
评论 #32697655 未加载
评论 #32696361 未加载
评论 #32696223 未加载
评论 #32697422 未加载
评论 #32697513 未加载
评论 #32699638 未加载
评论 #32696111 未加载
评论 #32699097 未加载
评论 #32699386 未加载
评论 #32696804 未加载
评论 #32699067 未加载
评论 #32698199 未加载
评论 #32698989 未加载
评论 #32698541 未加载
评论 #32696398 未加载
vegover 2 years ago
Have led multiple teams on Elixir projects across a few companies. And while I still love the projects, the community just isn&#x27;t there anymore.<p>I hope this project sparks some renewed interest in Elixir!<p>(That said, the linked site has basically zero information or examples)
评论 #32696121 未加载
评论 #32696170 未加载
评论 #32696156 未加载
评论 #32696077 未加载
评论 #32698931 未加载
评论 #32696660 未加载
Mizzaover 2 years ago
Curious to take this for a spin. I&#x27;ve been wrapping LiveView apps in WebViews and they feel pretty good, but any improvement would be welcomed.
vineyardmikeover 2 years ago
One thing that isn’t clear - does the elixir runtime (OTP) run on the iOS device?<p>It looks like a well integrated web view, but it’s not clear if it’s all running on device. Does apple support a web page not loaded from local?
评论 #32696057 未加载
评论 #32695753 未加载
评论 #32695867 未加载
e3bc54b2over 2 years ago
Tangential, but where can I watch the talks from ElixirConf 2022? Youtube channel has not uploaded any yet, and the website doesn&#x27;t seem to have any recordings either. All I see is 250$ to attend virtually.<p>Shouldn&#x27;t their target be to spread word fast and wide? I get paid tickets for in-person attendance, but online talks should ideally be live streamed for free, no?
评论 #32699206 未加载
samoitover 2 years ago
Is this the same?: <a href="https:&#x2F;&#x2F;github.com&#x2F;elixir-desktop&#x2F;desktop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;elixir-desktop&#x2F;desktop</a> Looks quite similar to me.
评论 #32708656 未加载
paweldudaover 2 years ago
Any additional info? The linked website is just a teaser.
71a54xdover 2 years ago
Any example projects &#x2F; code?
评论 #32839036 未加载
评论 #32697021 未加载
yewenjieover 2 years ago
I sincerely hope this will be open source. Otherwise it&#x27;ll just be another niche thing like various cool things in smaller languages.
评论 #32695925 未加载
thinkpad13over 2 years ago
just this currently? no demo or something like that?
评论 #32699858 未加载
nickjjover 2 years ago
Is this what DHH and Rails did with Hotwire Turbo and their native iOS&#x2F;Android libraries to allow you to use identical server rendered HTML content that you use for your web site in native mobile apps without needing to write native apps beyond a shell or whatever native controls you want to opt-into using?<p>They&#x27;ve been doing this with Turbolinks for years (I think it was first mentioned in a 2016 Railsconf keynote), seems like a good pattern. I&#x27;m so happy DHH came up with this pattern, especially the idea of leaning heavily on HTTP (not Websockets) and sending HTML over the wire for fast page updates.
评论 #32708667 未加载