-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for SSR #16
Comments
Hello! I love the idea, but there are currently no plans to support SSR. While I do agree with you that typical WordPress sites tend to have a focus on SEO, the goal use case of this adapter was to provide an alternative to the traditional REST API powered SPA, where things like SEO are not as important. That said, PRs are always welcome! |
I gave this a go, see my PR: |
Hello! Awesome work on PR! |
any love to this @boxybird ? |
I pulled this down a while back and had no success getting it running. I'm sure it's a fine implementation, but the nature of WP (and its typical hosting environments) makes running a separate Node process impractical for the bulk of WP installs. Folking this repo and adding a bespoke SSR solution feels like the win. Side thoughts: As Laravel continues to innovate, this package's value gets watered-down. Using tools like https://github.com/corcel/corcel make more sense, to me. Also, as WP leans further into Gutenberg, and its less structured data approach, a tool like this seems useless. |
Dear author,
Is there a way to support SSR, since most WordPress websites need SEO friendly?
The text was updated successfully, but these errors were encountered: