Both Atlas Shrugged and Fountainhead, can be great creativity catalysts if read in your younger years. Though the rage fades as you age and come to grips with the reality and unfairness of life. They are still great books to read.
There are people with all kinds of experience level, someone would definitely find it useful.
I did build a complete web app (basically a Reddit clone) in NodeJs from scratch recently (though Angular2 instead of React), most of the things that you described in your book's contents were in the official documentation or tutorials (and Stack overflow).
Still, I don't know things like server-side rendering, and although I was able to configure SystemJs I have no idea how to configure it (or its de/merits over bable/webpack), 3rd party authentication (Google/FB login) was a pain, and now I realize I should have used the Flux architecture and also used TDD.
But then all this is just a google search away anyway.
However, I would have paid for the book you describe if a) I wasn't broke, b) was just beginning with web dev, c) the book built a complete nontrivial app (something like the Meteor/Telescope).
I would recommend SailsJS. It's built with Express, so you get the Express ecosystem, but it comes with a lot of things that production-apps need out of the box, like security (CORS, CSRF), REST API generation, code conventions (models, controllers, views), etc.
Both are still fun though.