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
Jason Strimpel is software engineer with over 15 years experience developing web applications. Jason is currently employed at WalmartLabs where he writes software to support UI application development. Jason is also an active member of the open source community managing projects such as LazoJS. 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