You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single Page Applications provide a good user experience but also lack from: poor SEO and loading syndrome, some studies refer that 100ms reducing in page load time raises teh revenue by 1%.
Isomorphic web applications allow the best from both server&client side rendering. Rendr is a library that is built on top of express and backbone and allows you to build isomorphic web applications with minimal efforts. You are able to use middlewares and other tools from express and also use backbone client side funcionalities.
Image credits to airbnb
What to expect from this talk:
Understand the concept and benefits of isomorphic code;
Present Rendr as a possible solution to built mantainable isomorphic web applications with minimal effort;
Building Isomorphic Web Applications with Rendr
Single Page Applications provide a good user experience but also lack from: poor SEO and loading syndrome, some studies refer that 100ms reducing in page load time raises teh revenue by 1%.
Isomorphic web applications allow the best from both server&client side rendering. Rendr is a library that is built on top of express and backbone and allows you to build isomorphic web applications with minimal efforts. You are able to use middlewares and other tools from express and also use backbone client side funcionalities.
Image credits to airbnb
What to expect from this talk:
Links
http://rendrjs.github.io
The text was updated successfully, but these errors were encountered: