Learn Universal JavaScript App Development
Learn Universal JavaScript App Development
One App for Mobile, Web, & Servers with Node & React
About the Book
Node.js, Facebook's React, ES6, & universal JavaScript are taking over. This book will bring you up to speed on a new style of JavaScript application development with Node and React, a front-end component library in production use at Facebook, Instagram, Netflix, and the next generation of software startups.
Universal JavaScript
Universal (aka "isomorphic") means that it's designed to run a lot of the same code on both the client and the server. Typically that includes a lot of rendering and domain logic.
There are many advantages to building apps this way, but the primary advantages are:
- Cross-functional teams. Since everything is written in JavaScript, it's easier to build teams who know how to work on both the client and server sides of the app.
- Write once, run everywhere. With the exception of a few library substitutions and browser polyfills, the code is shared, which means you have to write about half the code you'd write working on a non-universal app.
- More productive developers. Since the app is more consistent across the stack, there's no context switching when you need to maintain application behavior on both sides of the stack. Write the behavior once, and you're done. Context switching slows developers down significantly.
Node
Node is a JavaScript platform that combines Google's V8 JavaScript engine with powerful asynchronous programming and first class networking features. It has recently exploded as the favored platform for building web service architecture, including microservices, web servers, and realtime networking layers. Learn what makes Node a clear choice on the server, as well npm and front-end application build tools.
React
React is a UI component framework built by Facebook and used in production by Instagram, Netflix, PayPal, AirBnB, Uber, and a whole lot more. Learn how React speeds up render performance using virtual DOM diffs and atomic updates, and how react manages events with automatic event delegation and synthetic events.
We'll also explore the flux architecture, immutable stores, and time-travel debugging, a feature that will make you wonder how you ever got by without it.
The Two Pillars of JavaScript
Software is eating the world, the web is eating software, and JavaScript rules the web. Learn why JavaScript's distinctive features make it well suited to its position as the most popular programming language in the world.
JavaScript popularized two paradigms in mainstream programming that I collectively call "The Two Pillars of JavaScript": Prototypal OO and Functional programming.
Prototpal OOJavaScript's prototypal OO comes in three varieties:
- Differential inheritance (delegate prototypes)
- Concatenative inheritance (exemplar prototypes)
- Functional inheritance (function prototypes)
ES5 brought functional Array extras to JavaScript. You've probably had a chance to use features like.map()
, .filter()
, and .reduce()
, but there's a bit more you should know about functional programming. Learn about the significance of immutability, function composition, functors, currying and more as we explore functional programming in JavaScript and its relationship to reactive programming with libraries like RxJS and React.
The two pillars are essential concepts to learn because they're widely used in industry leading apps from companies like Facebook, NetFlix, Instagram, PayPal, and Microsoft. Why not put them to work for you, too?
Modern App Architecture & Services
Stop rewriting the same boilerplate for every app and every new service you write. We'll explore the current state of the app ecosystem:
- Authentication
- Authorization
- Security & production hardening
- Internationalization & localization
- Logging
- Realtime APIs (sockets, server sent events, webhooks)
- Hypermedia APIs
- Feature toggles
A lot has changed since "Programming JavaScript Applications". This book will bring up up to date.
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them