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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Mavo – A new, approachable way to create Web applications

139 点作者 techbubble大约 8 年前

16 条评论

felipeccastro将近 8 年前
This is a very interesting project, and all attempts to simplify web development at this point are more than welcome. However I really wouldn&#x27;t call it &quot;a new way to create Web Applications&quot;. With such an ambitious title, no wonder folks here are thinking it&#x27;s on the same category of libraries like Angular.<p>It looks like a great tool for non-programmers and power-users creating simple CMS kind of sites, which is already a great deal. However, typical Web applications are much more complex than what this tool could possibly do, so I would recommend to reconsider that message. Javascript, servers and databases are not the assembly of the web, there&#x27;s good reason for their existence and in slightly more complex scenarios they simply can&#x27;t be abstracted away.<p>It&#x27;s not just about the message, it&#x27;s about settling on a specific audience, and with that, focusing the efforts to provide as much value as possible for them. Trying to stay on the middle term for any generic &quot;web applications&quot; might mean the tool will never be flexible enough for professional web apps nor feature complete enough for non-programmers use cases.
_uhtu大约 8 年前
After working with React&#x2F;Inferno and some of the other virtual dom frameworks, I simply can never go back to templating languages baked into HTML. While this seems like a nice idea, I don&#x27;t think I could use it for that reason. It&#x27;s incredibly limiting to try to write your code into HTML with a small programming language built in. You spend more time fighting the embedded language then making content.
评论 #14359848 未加载
bshimmin大约 8 年前
<i>without a single line of programming code</i><p>A bold statement that doesn&#x27;t really seem to be supported by:<p><pre><code> &lt;p property=&quot;name&quot; mv-default=&quot;[readable(to(filename(image), &#x27;.&#x27;))]&quot;&gt;&lt;&#x2F;p&gt;</code></pre>
评论 #14362883 未加载
评论 #14359301 未加载
throwaway2016a大约 8 年前
I&#x27;m slightly confused... this seems like a cross between WebComponents and a very simple template language. With a bunch of pre-built components.<p>It&#x27;s a neat idea but I feel like I&#x27;m missing something. Which part if the approach is &quot;new&quot; here? I&#x27;m not criticizing, I honestly feel like I must be missing something and would like to know what.
teniutza大约 8 年前
Additional information can be found at <a href="https:&#x2F;&#x2F;www.smashingmagazine.com&#x2F;2017&#x2F;05&#x2F;introducing-mavo&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.smashingmagazine.com&#x2F;2017&#x2F;05&#x2F;introducing-mavo&#x2F;</a> and <a href="http:&#x2F;&#x2F;lea.verou.me&#x2F;2017&#x2F;05&#x2F;introducing-mavo-create-web-apps-entirely-by-writing-html&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lea.verou.me&#x2F;2017&#x2F;05&#x2F;introducing-mavo-create-web-apps...</a> .
desireco42大约 8 年前
I don&#x27;t understand why there is such negativity about this. They state it is not perfect and it is work in progress near the bottom of intro.<p>What I like about this, is that it allows quickly to make simpler sites that can be edited. I don&#x27;t want to program upload images ever again, or edit fields. Why do this?!<p>Anyhow, storage seems to be confusing some of you, they explain&#x2F;document that here <a href="http:&#x2F;&#x2F;mavo.io&#x2F;docs&#x2F;storage&#x2F;" rel="nofollow">http:&#x2F;&#x2F;mavo.io&#x2F;docs&#x2F;storage&#x2F;</a><p>I think this is neat idea and we really need to innovate and move past coding crud apps all the time. Developer bootcamps are proof we are not doing anything new.
评论 #14359331 未加载
评论 #14358067 未加载
评论 #14363105 未加载
speps大约 8 年前
It seems to be missing simple authentication. I really like how Azure Web Apps[0] do it for example. Then you could use that to authenticate with some external storage.<p>The idea of websites being just a way to access and modify data that you own entirely (private Git or else) is really neat.<p>EDIT: actually they do handle authentication but it&#x27;s GitHub only. Also they seem to support REST APIs (from a custom backend) but no demos or example of that.<p>[0] <a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;announcing-app-service-authentication-authorization&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;announcing-app-servic...</a>
评论 #14358680 未加载
chrisjamesc将近 8 年前
This kind of work shows a great direction for the future of web development. It&#x27;s true that the HN community might be more incline to programming than others, however this library makes building web pages user friendly while still keeping it close to the language. Also, huge props to Lea Verou who&#x27;s been notable at working on improving the web and CSS!
RubenSandwich大约 8 年前
Congratulations Lea Verou and MIT CSAIL!<p>I&#x27;m curious about if you&#x27;ve done any research with this experiment yet and if so where can I find it? I&#x27;m very curious on ways to make programming more friendly&#x2F;approachable, but I have found very little research that even begins to examine what a friendly&#x2F;approachable programming language would even look like.
评论 #14362948 未加载
CM30大约 8 年前
Probably an odd question, but am I the only one who thinks this would have been a godsend about 10-20 years ago?<p>I mean, it&#x27;s useful for some cases now (like as mentioned, non programmers wanting to make more dynamic sites), but back then a lot of cheap&#x2F;free hosting services didn&#x27;t support any server side scripting.<p>Something like this would have let you build an ad hoc CMS on a free hosting service like Geocities. Which would have been pretty useful for the utterly skint.<p>Now though? It&#x27;s still useful for some people, and I do think it&#x27;s something I&#x27;ll test myself at one point, but I feel the easy access to free&#x2F;cheap hosting for server side scripts has likely cut down on its usefulness a fair bit.
评论 #14410116 未加载
WhiteOwlLion大约 8 年前
I could see this being useful for individual or small businesses that don&#x27;t have a tech savvy or IT staff. The business pays a web designer to set up the site. The content can then get updated over time. WordPress sometimes is overkill and something simpler is definitely a plus.
评论 #14359355 未加载
kkirsche大约 8 年前
Reminds me of AngularJS 1.x
评论 #14412469 未加载
评论 #14357794 未加载
评论 #14358085 未加载
canada_dry大约 8 年前
When this becomes easily available to use along with redhat&#x27;s rhcloud or heroku (vs. github pages) this will be an amazing solution!
equalunique大约 8 年前
Open this in IE 11 and scroll below &quot;A new, approachable way to create Web applications&quot; - prepare to laugh!
评论 #14362901 未加载
评论 #14366528 未加载
proyb2大约 8 年前
There isn&#x27;t a tutorial on how to save data or layout, there someone mentioned REST.
评论 #14359462 未加载
redtuesday大约 8 年前
Seems like it could be used for the same purpose as NetlifyCms.