Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Server-Side Rendering for any JS Framework

Server-Side Rendering for any JS Framework

Server-Side Rendering (SSR) can offer huge benefits to initial page load performance and SEO, but most SSR techniques require you to change the way you write your front-end web apps to accommodate the SSR. We've created a technique to use Node.js to SSR your app without changing your source code and it works with any framework: React, Angular, Backbone, even legacy jQuery apps. Learn how it all works and start SSR'ing your SPAs and PWAs today!

Adam L Barrett

March 13, 2019
Tweet

More Decks by Adam L Barrett

Other Decks in Programming

Transcript

  1. 3 THINGS TODAY • Talk about what SSR is and

    how it works • Talk about our project
 (SSR any SPA and incremental rendering) • Talk you out of using it… (no really)
  2. &

  3. QUICK RECAP • We talked about SSR, the benefits and

    how it works • We talked about Velocirender, the easiest way to add SSR and incremental rendering to your SPA • We talked about why you most likely shouldn’t be SSR’ing at all!