- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Dmitry Sheiko
- 200字
- 2021-07-15 17:36:26
Starting with ES2015
As I have already mentioned, NW.js provides a complete support of JavaScript of ES2015 and ES2016 editions. To understand what it really means, we need a brief excursion into the history of the language. The standardized specification for JavaScript was first released in 1997 (ECMA-262 1st Edition).
Since then, the language has not really changed for 10 years. The 4th edition proposed in 2007 called for drastic changes. However, the working group (TC39) failed to agree on the feature set. Some proposals have been deemed unsound for the Web, but some were adopted in a new project code named Harmony. The project turned into the 6th edition of the language specification and was released in 2015 under the official name ES2015. Now, the committee is releasing a new specification every year.
New JavaScript is backward compatible with an earlier version. So, you can still write code with the syntax of the ECMAScript 5th edition or even 3rd one, but why should we lose the opportunity to work with the new advanced syntax and feature set? I think it would be helpful if we now go through some new language aspects that will be used in the application.
- INSTANT Mock Testing with PowerMock
- UNIX編程藝術
- 零基礎PHP學習筆記
- 小創客玩轉圖形化編程
- Vue.js 2 and Bootstrap 4 Web Development
- 云原生Spring實戰
- VSTO開發入門教程
- Production Ready OpenStack:Recipes for Successful Environments
- Hands-On JavaScript High Performance
- Spring實戰(第5版)
- Xamarin.Forms Projects
- Learning Zurb Foundation
- Learning Concurrency in Kotlin
- Kotlin開發教程(全2冊)
- Unity 2018 Augmented Reality Projects