- Mastering PhoneGap Mobile Application Development
- Kerri Shotts
- 201字
- 2021-07-16 13:03:54
Chapter 2. ECMAScript 2015 and Browserify
JavaScript has quickly become the lingua franca of the Web and the language's syntax and semantics have long been in need of improvements. ECMAScript 2015 introduces a lot of syntactic sugar that makes writing JavaScript easier. It also provides many new useful concepts that simplify application development. We briefly introduced you to ES2015 in the previous chapter. We'll be delving deeper into ES2015, as it's important that you become familiar with what the new syntax looks like.
Furthermore, it can be extremely useful to reuse your own work and that of others as well. But doing so would require you to manage your dependencies and ensure that the appropriate libraries are included. Doing this manually can be painful; but you can leverage a tool such as Browserify to assist. Browserify is a utility that not only packages your JavaScript files along with their dependencies, but also provides a Node.js-like environment for the browser. This means that you can reuse the majority of the huge JavaScript repository that Node.js uses. After all, why reinvent the wheel if someone has already done the hard work?
In this chapter, we'll cover:
- New ES2015 syntax
- Using Browserify
- HornetQ Messaging Developer’s Guide
- 編程的修煉
- Learning RxJava
- Go語言高效編程:原理、可觀測性與優(yōu)化
- Implementing Cisco Networking Solutions
- 微信小程序開發(fā)解析
- KnockoutJS Starter
- Unity Game Development Scripting
- Natural Language Processing with Java and LingPipe Cookbook
- 汽車人機交互界面整合設計
- Fastdata Processing with Spark
- Apache Solr for Indexing Data
- 現(xiàn)代C++語言核心特性解析
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- IBM DB2 9.7 Advanced Application Developer Cookbook