ayroblu / ssr-create-react-app-v2

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice
230 stars 50 forks source link

Dynamic header tags on the server #10

Open amitsch666 opened 7 years ago

amitsch666 commented 7 years ago

Could you please add some instructions on how to integrate a header library, such as Helmet, with this setup? I have tried it and it works great on the client, but I would love to have the tags prerendered on the server as well.

ayroblu commented 7 years ago

Without trying it, does adding it to your component work? Its possible that you could remove the index.html entirely and have the entire html rendered in react server side?