Building Isomorphic Apps
Offered By: JSConf via YouTube
Course Description
Overview
Explore the concept of isomorphic JavaScript applications in this conference talk from JSConf 2014. Discover how Airbnb tackled challenges with single-page apps by developing a shared UI layer and reusable business logic that runs on both client and server. Learn about the evolution of their approach, from converting a Backbone app to run on Node.js and Express, to the creation of the open-source Rendr library. Gain insights into various "isomorphic" approaches, ranging from sharing minimal modules to entire application code. Understand the trade-offs between code sharing and the complexity of bridging browser and server environments. Delve into real-world examples, common application patterns, and open-source tools for building isomorphic apps, including Handlebars, Superagent, Browserify, and Esprima.
Syllabus
Spike Brehm: Building Isomorphic Apps [JSConf2014]
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube