Book description
It's not uncommon these days to see people complaining about just how complex JavaScript development seems to have become. We can have some sympathy with that view when it's coming from someone new to the language. If you're learning JS, it won't take long for you to be exposed to the enormity of the ecosystem and the sheer number of moving pieces you need to understand (at least conceptually) to build a modern web application. Package management, linting, transpilation, module bundling, minification, source maps, frameworks, unit testing, hot reloading... it can't be denied that this is a lot more complex that just including a couple of script tags in your page and FTPing it up to the server.
Included topics:
- The Anatomy of a Modern JavaScript Application by James Kolce
- An Introduction to Gulp.js by Craig Buckler
- The Basics of DOM Manipulation in Vanilla JavaScript (No jQuery) by Sebastian Seitz
- A Beginner's Guide to Webpack 2 and Module Bundling by Mark Brown
- React vs Angular: An In-depth Comparison by Pavels Jelisejevs
- Retrofit Your Website as a Progressive Web App by Craig Buckler
- 10 Tips to Become a Better Node Developer by Azat Mardan
- An Introduction to Functional JavaScript by M. David Green
- An Introduction to Chart.js 2.0 : Six Simple Examples by Jack Rometty
- Learning JavaScript Test-Driven Development by Example by James Wright
This book is for intermediate level JavaScript developers. Some experience of JavaScript development is assumed.
Publisher resources
Table of contents
- Modern JavaScript
- Notice of Rights
- Notice of Liability
- Trademark Notice
- About SitePoint
- Conventions Used
- Chapter 1: The Anatomy of a Modern JavaScript Application
- Chapter 2: An Introduction to Gulp.js
- Chapter 3: The Basics of DOM Manipulation in Vanilla JavaScript (No jQuery)
- Chapter 4: A Beginner's Guide to Webpack 2 and Module Bundling
- Chapter 5: React vs Angular: An In-depth Comparison
- Chapter 6: Retrofit Your Website as a Progressive Web App
- Chapter 7: 10 Tips to Become a Better Node Developer
- Chapter 8: An Introduction to Functional JavaScript
- Chapter 9: An Introduction to Chart.js 2.0 — Six Simple Examples
- Chapter 10: Learning JavaScript Test-Driven Development by Example
Product information
- Title: Modern JavaScript
- Author(s):
- Release date: August 2017
- Publisher(s): SitePoint
- ISBN: 9780995382756
You might also like
book
Rediscovering JavaScript
JavaScript is no longer to be feared or loathed - the world's most popular and ubiquitous …
book
Modern JavaScript Web Development Cookbook
Over 90 recipes to help you write clean code, solve common JavaScript problems, and work on …
book
Advanced JavaScript
Gain a deeper understanding of JavaScript and apply it to build small applications in backend, frontend, …
book
Refactoring JavaScript
How often do you hear people say things like this? "Our JavaScript is a mess, but …