Vlad Sharikov
Aug 26, 2017 · 1 min read

Thats cool. This allows search engines robots collect correct information.

Also if state is so that rather big amount of data should be rendered — server will do it much faster then slow client machines, right?

I ask since I heard that it is applicable only for simple things like i18n of templates. Server knows locale and can process templates and already proceed templates will be returned to the browser. So app will be rendered a bit faster and, for example if we use AngularJS 1.x, browser will not waste time for recalculating this.

But you provide something that allow to render us full app that will work at the client side.

)