SlideShare a Scribd company logo
Pre-rendering apps
Michał Koźmiński<michal.kozminski@gmail.com>
What is the point?
•

Faster response (eg. Time to tweet)

•

SEO

•

Better support slower devices
Pre-rendering single page app
Attempt 1
Using node
Creating Service
•

Include all libs in node

•

html5 to html parsing

•

jsdom to fake dom structure
Attempt 2
Rendr
About Rendr

Rendr is a small library from Airbnb that allows you
to run your Backbone.js apps seamlessly on both
the client and the server
Environment
•

Works server-side using express(node
framework)

•

Replaces all Bacbkone.* with own classes like :
BaseView <-> Bacbkone.View

•

Standardised process of rendering. Added
server/client methods
Lets start
Migrating - view
•

Delegate every operations on dom to
postRender()

•

Don’t override render()

•

Create BaseAppView for root View
Migrating controller

•

Render one view

•

Pass fetched models to view
General

•

Create express app

•

Create config of render
Materials
•

Examples:
https://github.com/michalkozminski/DRUG-51

•

http://nerds.airbnb.com/weve-open-sourced-rendr-run

•

http://nerds.airbnb.com/slides-and-video-from-spike-b

•

https://github.com/airbnb/rendr
Thanks for watching

More Related Content

PPTX
Project meniscus
PDF
Adopting containers and kubernetes in production
PPTX
Essential git for developers
PPTX
Kudu voodoo slideshare
PPTX
The 7 deadly sins of micro services
PDF
Serverless testing @ serverlessdays Hamburg
PDF
Multitenant SaaS Apps In Rails By Iqbal Hasnan
PPTX
Building solutions with the SharePoint Framework - introduction
Project meniscus
Adopting containers and kubernetes in production
Essential git for developers
Kudu voodoo slideshare
The 7 deadly sins of micro services
Serverless testing @ serverlessdays Hamburg
Multitenant SaaS Apps In Rails By Iqbal Hasnan
Building solutions with the SharePoint Framework - introduction

What's hot (20)

PDF
The future of cloud programming
PDF
Kubernetes and elixir
PDF
Shipping NodeJS with Docker and CoreOS (No Notes)
PPTX
Angular4 kickstart
PPTX
Azure functions
PPTX
Session Slides from DEVintersection Europe
PPTX
Anton Boyko, "The evolution of microservices platform or marketing gibberish"
PPTX
Building real time app by using asp.Net Core
PPTX
Alfresco Process Services (APS) and the Internet of Things
PDF
Client Side Monitoring With Prometheus
PPTX
My session slides from unityConnect 2016 in Haarlem
PPTX
ProtoPie with Electron
PPTX
European SharePoint Conference - TH3
PPTX
Serverless in azure
PPTX
My slides from SharePoint Saturday Oslo
PDF
Deploy your machine learning models to production with Kubernetes
PPTX
Developing Cross-Platform Web Apps with ASP.NET Core1.0
PDF
Zero to #Serverless in 60 seconds, anywhere
PDF
Cloud in your Cloud
PDF
TechXLR8 - XLR8 your cloud with Docker and Serverless FaaS
The future of cloud programming
Kubernetes and elixir
Shipping NodeJS with Docker and CoreOS (No Notes)
Angular4 kickstart
Azure functions
Session Slides from DEVintersection Europe
Anton Boyko, "The evolution of microservices platform or marketing gibberish"
Building real time app by using asp.Net Core
Alfresco Process Services (APS) and the Internet of Things
Client Side Monitoring With Prometheus
My session slides from unityConnect 2016 in Haarlem
ProtoPie with Electron
European SharePoint Conference - TH3
Serverless in azure
My slides from SharePoint Saturday Oslo
Deploy your machine learning models to production with Kubernetes
Developing Cross-Platform Web Apps with ASP.NET Core1.0
Zero to #Serverless in 60 seconds, anywhere
Cloud in your Cloud
TechXLR8 - XLR8 your cloud with Docker and Serverless FaaS
Ad

Viewers also liked (18)

PPTX
Empathy maps + problem statements all
PPTX
Synapse Hydrofrac Monitoring
PPTX
Bildarbete
PPTX
funciones
PDF
Kiroterapiachina
PDF
The stores
DOC
Connexion technologies
DOCX
Funciones
PPTX
Prsnttn orissa textiles AAYUSH JUYAL
PPSX
Viral public relations
PPTX
Trame di lunigiana - Elevator pitch alla giuria
PDF
WordCamp Gdynia 2016
PDF
2006 - turistiprotagonisti
PDF
Analisis eeff final
PDF
2009 - destination management
PDF
2007 - call center
PDF
2009 - paper paris congress
PDF
2009 - nagle interview
Empathy maps + problem statements all
Synapse Hydrofrac Monitoring
Bildarbete
funciones
Kiroterapiachina
The stores
Connexion technologies
Funciones
Prsnttn orissa textiles AAYUSH JUYAL
Viral public relations
Trame di lunigiana - Elevator pitch alla giuria
WordCamp Gdynia 2016
2006 - turistiprotagonisti
Analisis eeff final
2009 - destination management
2007 - call center
2009 - paper paris congress
2009 - nagle interview
Ad

Similar to Pre-rendering single page app (20)

PDF
One Page, One App -or- How to Write a Crawlable Single Page Web App
PDF
The Evolution of Airbnb's Frontend
PDF
Isomorphic Javascript at Trulia
PDF
Server and client rendering of single page apps
PPTX
Server side rendering review
PDF
Building Isomorphic Apps (JSConf.Asia 2014)
PPTX
Writing HTML5 Web Apps using Backbone.js and GAE
PPTX
The New Renaissance of JavaScript
PDF
Client vs Server Templating: Speed up initial load for SPA with Angular as an...
KEY
20120306 dublin js
PDF
JSConf US 2014: Building Isomorphic Apps
PDF
Building Scalable Apps With Redis And Nodejs Joshua Johanan
PPTX
Angular universal
PDF
Client-side Rendering Vs. Server-side Rendering Vs. Pre-Rendering for Web App...
PPTX
Mobile gotcha
PPTX
Creating Your Own Static Website Generator
PDF
Developing Backbonejs Applications Early Release Addy Osmani
PDF
Introducing Rendr: Run your Backbone.js apps on the client and server
PDF
General Assembly Workshop: Advanced JavaScript
PDF
Building mobile apps with PhoneGap and Backbone
One Page, One App -or- How to Write a Crawlable Single Page Web App
The Evolution of Airbnb's Frontend
Isomorphic Javascript at Trulia
Server and client rendering of single page apps
Server side rendering review
Building Isomorphic Apps (JSConf.Asia 2014)
Writing HTML5 Web Apps using Backbone.js and GAE
The New Renaissance of JavaScript
Client vs Server Templating: Speed up initial load for SPA with Angular as an...
20120306 dublin js
JSConf US 2014: Building Isomorphic Apps
Building Scalable Apps With Redis And Nodejs Joshua Johanan
Angular universal
Client-side Rendering Vs. Server-side Rendering Vs. Pre-Rendering for Web App...
Mobile gotcha
Creating Your Own Static Website Generator
Developing Backbonejs Applications Early Release Addy Osmani
Introducing Rendr: Run your Backbone.js apps on the client and server
General Assembly Workshop: Advanced JavaScript
Building mobile apps with PhoneGap and Backbone

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
A Presentation on Artificial Intelligence
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Encapsulation_ Review paper, used for researhc scholars
KodekX | Application Modernization Development
Chapter 3 Spatial Domain Image Processing.pdf
Approach and Philosophy of On baking technology
A Presentation on Artificial Intelligence
Review of recent advances in non-invasive hemoglobin estimation
NewMind AI Monthly Chronicles - July 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Digital-Transformation-Roadmap-for-Companies.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MYSQL Presentation for SQL database connectivity
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Building Integrated photovoltaic BIPV_UPV.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Encapsulation_ Review paper, used for researhc scholars

Pre-rendering single page app