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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

RoughDraft.js – quickly create HTML mockups

57 点作者 ndreckshage超过 12 年前

5 条评论

51Cards超过 12 年前
IMO the client side looping and content creation becomes much more interesting when you consider throwing in an Ajax call and true content retrieval. Might be a case where it's beneficial to just output the base element to the client, have it decide on number of times to replicate and poll the server for content for each. This is a pretty common technique these days but it could be turned into a nifty little multi-purpose library.
评论 #5124926 未加载
lifeisstillgood超过 12 年前
I am crying out for <i>something</i> - this looks like the something - kind of.<p>I am interested in adding two parts - probably jasmine-ajax style stubbing of AJAX calls, and marionette style regions - basically I would like to roughdraft a SPA.<p>hmm - thinking about it really I just want to roughdraft a region then assign that region to be brought up by a button click - no need for ajax at all.<p>This seems to assume bootstrap exists too - is that correct?
rexreed超过 12 年前
I don't get it -- couldn't you use something like Angular / etc. to do this? How could I use this to create something more rich than repeated div elements and placeholder text / images? Can you provide more examples?
评论 #5125331 未加载
KshitizSethia超过 12 年前
I couldn't find the documentation. Can you share the link to it?
评论 #5124870 未加载
ahoyhere超过 12 年前
Is it just me, or is this just a library that outputs placeholder divs and placeholder text? That doesn't fulfill the promise of "interactive HTML mock-ups" or "Quickly create and prototype a full interactive HTML mock-up."
评论 #5124943 未加载