- 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.
- C++ Primer習(xí)題集(第5版)
- Java程序設(shè)計(jì)與開(kāi)發(fā)
- Learning ROS for Robotics Programming(Second Edition)
- Dynamics 365 Application Development
- ASP.NET Core Essentials
- Python高級(jí)編程
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Python從入門(mén)到精通
- Hands-On GUI Programming with C++ and Qt5
- Practical Microservices
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Deep Learning for Natural Language Processing
- Functional Python Programming
- PHP+MySQL Web應(yīng)用開(kāi)發(fā)教程
- ASP.NET Core and Angular 2