TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Elixir – Phoenix LiveView Native

246 点作者 lefrenchy超过 2 年前

12 条评论

atonse超过 2 年前
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 未加载
bsaul超过 2 年前
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 未加载
veg超过 2 年前
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 未加载
Mizza超过 2 年前
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.
vineyardmike超过 2 年前
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 未加载
e3bc54b2超过 2 年前
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 未加载
samoit超过 2 年前
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 未加载
pawelduda超过 2 年前
Any additional info? The linked website is just a teaser.
71a54xd超过 2 年前
Any example projects &#x2F; code?
评论 #32839036 未加载
评论 #32697021 未加载
yewenjie超过 2 年前
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 未加载
thinkpad13超过 2 年前
just this currently? no demo or something like that?
评论 #32699858 未加载
nickjj超过 2 年前
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 未加载