Jump to ratings and reviews
Rate this book

Mastering Modular JavaScript

Rate this book
If you have a working knowledge of JavaScript and ECMAScript 6 (ES6), this practical guide will help you tackle modular programming to produce code that's readable, maintainable, and scalable. You'll learn the fundamentals of modular architecture with JavaScript and the benefits of writing self-contained code at every system level, including the client and server.

Nicolas Bevacqua, author of Practical Modern JavaScript, demonstrates how to scale out JavaScript applications by breaking codebases into smaller modules. By following the design practices in this book, senior developers, technical leaders, and software architects will learn how to create modules that are simple and flexible while keeping internal complexity in check.

- Learn modular design essentials, including how your application will be consumed and what belongs on the interface
- Design module internals to keep your code readable and its intent clear
- Reduce complexity by refactoring code and containing and eliminating state
- Take advantage of modern JavaScript features to write clear programs and reduce complexity
- Apply Twelve-Factor App principles to frontend and backend JavaScript application development

162 pages, Paperback

Published October 16, 2018

8 people are currently reading
62 people want to read

About the author

Nicolas Bevacqua

3 books16 followers
Nicolas Bevacqua is a software developer with a focus on modular JavaScript, build processes, and sharp design. He maintains a blog at ponyfoo.com.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
7 (26%)
4 stars
11 (42%)
3 stars
8 (30%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
Profile Image for Sina.
41 reviews8 followers
June 9, 2019
Good book if you are looking for modular programming principles in javascript. It explains fundamental concepts very well. Not much code! It makes you think about core concepts of modular programming instead of showing code snippets.
Profile Image for Vlad Bezden.
236 reviews14 followers
June 3, 2018
Very good design points. I would skip history of modules (before ESM) part. Other than that I got some very good points on API design.
Profile Image for Jack Scott.
20 reviews
December 9, 2019
Good coverage of high level ideas and concepts however I would have loved more concrete examples and comparisons of different techniques such as composition and inheritance that didn't really add anything extra to my knowledge of these in Javascript. A good introductory book, but don't expect anything too in depth.
Profile Image for Hardi.
7 reviews
March 15, 2020
More of an essay explaining the author's headspace. Interesting to read, but the main takeaway amounts to "think deeper about your programming".
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.