Vincent Hoch-Drei
Vincent Hoch-Drei

Reputation: 671

React Helmet is really slow. Do I need 'hreflang' links client-side?

I've got a page on my website which has a lot of alternate links caused by 5 different languages and content for 31 countries. In sum 155 different links.

But React Helmet is reaaaally slow and the page freezes for some seconds. That's really annoying.

So is it possible to speed it up and make no difference between client and server rendering? Or is it a good idea to render the tags only serverside?

Upvotes: 0

Views: 874

Answers (0)

Related Questions