Building Isomorphic JavaScript Apps: From Concept to Implementation to Real-World Solutions

Jason Strimpel & Maxime Najim

Language: English

Published: Mar 15, 2016

Description:

Often referred to as the holy grail of web application development, isomorphic JavaScript lets you run the same code on both the browser client and web application server. This hands-on guide shows you a practical approach to building and maintaining your own isomorphic JavaScript apps. You’ll learn why this application architecture has become an increasingly popular way to fix business-critical issues such as page-load speeds and SEO compatibility.

Isomorphic JavaScript is becoming a real game changer, even for teams used to very different server stacks. Authors Jason Strimpel and Maxime Najim demonstrate why companies including Walmart, Airbnb, Facebook, and Netflix have adopted isomorphic libraries.

  • Understand how isomorphic JavaScript can dramatically improve user experience
  • Define a contract between the framework and your application for responding to resource requests
  • Take framework and application code from server to client to make it an isomorphic codebase
  • Create common abstractions, get and set cookies, and redirect user requests
  • Learn why isomorphic JavaScript can finally bring a halt to the fat-server, fat-client pendulum
  • Learn about advanced isomorphic JavaScript topics like collaborative, real-time applications

From the Back Cover

"Isomorphic JavaScript apps really shine when speed is key. This book is a must-read for anyone whose thinking of building a new web app where performance matters."
-- Alexander Grigoryan , Director of Software Engineering, Application Platform at Walmart Global eCommerce

About the Author

Jason Strimpel is a Staff Software Engineer on the platform team at WalmartLabs who specializes in the UI layer. Jason has been building web applications for the past 12 years. Approximately 3 years ago Jason began specializing in the front-end, in particular JavaScript. Since then Jason has worked with several component libraries and frameworks. However, Jason found limitations to these libraries when presented with uniquely challenging UI requirements, so he began developing his own custom components and catalog of helpers. He is an extremely passionate developer with a very bad sense of humor who loves simplifying the complexities that arise when building rich UIs.
Maxime Najim is a Software Architect at Walmart Labs. Prior to joining Walmart, Maxime has worked on software engineering teams at Netflix, Apple, and Yahoo! He is currently focused on designing and implementing new systems and frameworks for the Walmart eCommerce platform team.