Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2017.md #176

Merged
merged 1 commit into from
May 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 2017.md
  • Loading branch information
blueken committed May 27, 2017
commit fd51eb0ecce5da07a32797da543ce26616c008bb
4 changes: 2 additions & 2 deletions 2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

* [Web Assembly](http:https://webassembly.org/) 有望达到一个新的高度。
* 有望在 ` <script> </script> ` 中使用 `import` 进行模块懒加载。[详情见这里](https://github.com/tc39/proposal-dynamic-import#example)
* JavaScript 同构解决方案持续增长以致敬服务器端吐出前端内容的时代(即:页面直出到浏览器)。[参见 NextJS ](https://github.com/zeit/next.js)
* JavaScript 同构解决方案持续增长,致敬服务器端输出前端内容的时代(即:页面直出到浏览器)。[参见 NextJS ](https://github.com/zeit/next.js)
* 响应式编程继续茁壮成长。(参见 [MobX](https://github.com/mobxjs/mobx) and [RxJS](https://github.com/Reactive-Extensions/RxJS))
* React,尤其是它倡导的概念继续占有支配地位。而 React 本身会被彻底重写([React Fiber](https://github.com/acdlite/react-fiber-architecture))或者进化([Inferno](https://github.com/infernojs/inferno)
* React,尤其是它倡导的概念继续占有支配地位。而 React 本身会被彻底重写([React Fiber](https://github.com/acdlite/react-fiber-architecture))或者进化([Inferno](https://github.com/infernojs/inferno)
* Angular 终于决定遵循 SEMVER 规范,所以 Angular4(甚至于 Angular5)有望在 2017 年发布。 参见 [Roadmap](https://www.youtube.com/watch?v=aJIMoLgqU_o&feature=youtu.be&t=6m12s)
* 简单的网站即 Web 1.0 可能会重新流行,但会建立在 2017 年新工具的基础上。(例如 [Static site generation](https://github.com/vigetlabs/gulp-starter/tree/blendid))
* RESTful JSON APIs 会更有竞争力(参见 [GraphQL](http:https://graphql.org/))
Expand Down