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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why does JavaScript require Require.js

1 点作者 rockyj超过 12 年前

2 条评论

zimbatm超过 12 年前
Require.js is great combined with [LiveReload]( <a href="http://livereload.com/" rel="nofollow">http://livereload.com/</a> ) during development time. It's the fastest method I know of to reload your page and see the changes.
speg超过 12 年前
Module support is (maybe?) coming in ECMAScript 6.