Alternative to React Server Components #1119
wakaztahir
started this conversation in
Ideas
Replies: 1 comment
-
To be fair we have had a version of Server Components under a flag( |
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
-
You can already ensure the code runs on server in SolidStart
Here's some benefits of Server Components (the syntax)
PeaceOfMind : Server Components ensure they'll never run on client
Features : Being able to make fetch requests before rendering since its async
Security : Server Components allow you to keep sensitive data and logic on the server, such as tokens and API keys, without the risk of exposing them to the client.
Syntax : Server components have nicer syntax
Beta Was this translation helpful? Give feedback.
All reactions