-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add React-helmet-async example #483
Comments
Hola! So here's the deal, between open source and my day job and life and what not, I have a lot to manage, so I use a GitHub bot to automate a few things here and there. This particular GitHub bot is going to mark this as stale because it has not had recent activity for a while. It will be closed if no further activity occurs in a few days. Do not take this personally--seriously--this is a completely automated action. If this is a mistake, just make a comment, DM me, send a carrier pidgeon, or a smoke signal. |
@jaredpalmer Not sure this would be solved by async/suspense (because I'm still having issues wrapping my head around Suspense in general 😞 ), but I have noticed something in my site (in production). I'm setting the Is this a correct assumption? Does an async example solve this in any way? |
You are correct. Suspense SSR isn't done yet, but it could solve problems like this. Furthermore, title tags really only matter for SEO (so first render only). |
Ahh, great to know. I'm being told by our SEO/analytics person that Thanks for the information! 😄 |
Titles matter for more than SEO :) Not only for UX/UI but if a visitor bookmarks a page they will expect the title to be correct for the page they are bookmarking. |
Saw this was closed and was just wondering what the possibility was of seeing an example of React-helmet-async and razzle working together? |
as regular react-helmet doesn't work if you use anyone with more experience in this that could assist how to pipe in the data from the stream? |
No description provided.
The text was updated successfully, but these errors were encountered: