Embed presentation
Download as PDF, PPTX






This document discusses server-side rendering and isomorphic JavaScript with Drupal. It explains that while front-end apps run program logic in the client, the first HTML view is best rendered by the server for performance. Isomorphic JavaScript allows running code on both the server and client. With Drupal, options include using it as a REST backend, rendering the first view with a proxy, or rendering Node.js tags within Twig templates using the Twigriot proof of concept. This allows server-side rendering with minimal overhead.




