React is widely used as client side library for building UI along with reducing complexity involved in maintaining state. Another important aspect is how to render React components on server side. I’ll explain the impact of server side rendering on application performance and how it can help improve SEO better by ensuring that web crawlers see your pages same as you intend it to. Apart from this, I’ll also talk about how can achieve it with the small demo.
Outline of talk