Skip to content
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

SSR render async Helmet content using redux-saga? #35

Closed
francisrod01 opened this issue Oct 11, 2018 · 3 comments
Closed

SSR render async Helmet content using redux-saga? #35

francisrod01 opened this issue Oct 11, 2018 · 3 comments

Comments

@francisrod01
Copy link

francisrod01 commented Oct 11, 2018

I'm trying to build an app where needs to get data before send props to <Helmet> but I don't know if it's possible because I don't see nothing like it in the docs.

I'm also using redux-saga just like that: #34

And there's no possible to show this content in Helmet component. The content is always empty

<Page {...this.props.client.info.SEO}>
    {this.props.client.info ? <show content here> : <Loading />}
</Page>

I'll let the helmet issue here: nfl/react-helmet#409

Stackoverflow question:

https://stackoverflow.com/questions/52768134/ssr-with-helmet-also-render-async-meta-and-content

@francisrod01 francisrod01 changed the title SSR also render async meta and content? SSR also render async meta and content using redux-saga? Oct 11, 2018
@francisrod01 francisrod01 changed the title SSR also render async meta and content using redux-saga? SSR render async Helmet content using redux-saga? Oct 11, 2018
@cereallarceny cereallarceny mentioned this issue Jun 19, 2019
16 tasks
@cereallarceny
Copy link
Owner

Hey, my apologies for the long wait @francisrod01 - I'm looking to ensure this is fixed with version 2.0. If you're interested, I could really use your thoughts for what you'd like to see in the upcoming version. Feel free to comment on the issue here with any suggestions. :)

@francisrod01
Copy link
Author

Of course! I'd like to help!
I'll fork and try to do something cool for the next version

@cereallarceny
Copy link
Owner

cereallarceny commented Jun 19, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants