Large HTML output on SSR #1602
SasanFarrokh
started this conversation in
General
Replies: 1 comment
-
The process where a user asks the server for some url, for example: https://www.mywebsite.com/how-to-ssr and the server responds with an html file, like the one shown in the image above. As simple as that, so remember, whenever some of your colleagues or some article is talking about SSR, don’t be afraid: It’s basically talking about a server that sent you file with html text in it (and maybe some headers attached). As a result, the browser has an html file that can process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If we render our app on server, initial html page will have a very large output since we have lots of classes, iterated blocks, and...
Is it worth to use tailwindcss on SSR applications?
Beta Was this translation helpful? Give feedback.
All reactions