SSR for index.html
#4816
Unanswered
alexreardon
asked this question in
General
Replies: 1 comment 1 reply
-
This might be possible with an optimizer plugin that somehow calls |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am currently using
[email protected]
for building a small web app. Theindex.html
file is fairly straightforward:Then inside of
entry.tsx
:When building for production, I would like to be able to server side render the application. So the new html file would be would be:
Now doing a hydrate
I am exploring a few different ways to do this. Rather than going all over the place I wanted to get your thoughts on what you think the best approach to this is with Parcel
Beta Was this translation helpful? Give feedback.
All reactions