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

Hilla FAQ - SSR #3385

Open
landsman opened this issue Apr 25, 2024 · 4 comments
Open

Hilla FAQ - SSR #3385

landsman opened this issue Apr 25, 2024 · 4 comments

Comments

@landsman
Copy link

Hello guys,

I did not find any mention of SSR for the front end. I think that this is a crucial topic for frontend developers, who care about SEO.

Can you please write down if it's possible to use it or even use partial rendering?

I am missing it here:
https://hilla.dev/docs/react/start/faq

I am happy to create PR if you provide me with info or links on how to make it work.


If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.

@Legioth
Copy link
Member

Legioth commented Apr 25, 2024

Hilla does currently not target the type of application where SEO would be important. Furthermore, there's some significant technical challenges with server-side rendering of a TypeScript frontend on a Java server. I understand that this could be doable with GraalVM but that's quite a special case.

@landsman
Copy link
Author

Okay, so client side only. This is important to say, ideally in FAQ. Do you agree?

@Legioth
Copy link
Member

Legioth commented Apr 25, 2024

The FAQ might indeed be suitable since that's where we also describe how Hilla relates to various other similar-ish concepts such as Quarkus or microservices.

@landsman
Copy link
Author

PR created, waiting for review.

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