Logo
My Blog
Blog

Timeline

Blog

Speaker @ code.talks 2016

Client and server-side rendering is not a contradiction. – codetalks 2016

Time: 10:00 – 10:45

Date: Thursday, 29.09.2016

Place: Main Track

Language: English

Track: JavaScript

Level: for everyone

Usually when we start to think about a new or an existing web application, we would think about where we want to render our site. While client-side rendering has a lot of advantages – scalability and fast navigation – it also has some downsides for the first request. We need to make sure, for example, that a lot gets loaded before we can even think about rendering the site. In this presentation, we want to show you 3 prototypes, which all deliver the same contents, but in different ways, and we want to measure them from a user perspective.

Client and server-side rendering is not a contradiction.

Comments are closed.