mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 14:18:17 +01:00
Fix grammatical mistake (#5503)
* Update react.md - fixed grammatical error Changed - "Server Components in allow developers to write components" to - "Server Components allows developers to write components" * Update src/data/question-groups/react/react.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
parent
3ab6942cee
commit
b2adb619f0
@ -210,7 +210,7 @@ questions:
|
||||
- 'Intermediate'
|
||||
- question: What are Server Components in React?
|
||||
answer: |
|
||||
Server Components in allow developers to write components that render on the server instead of the client. Unlike traditional components, Server Components do not have a client-side runtime, meaning they result in a smaller bundle size and faster loads. They can seamlessly integrate with client components and can fetch data directly from the backend without the need for an API layer. This enables developers to build rich, interactive apps with less client-side code, improving performance and developer experience.
|
||||
Server Components allow developers to write components that render on the server instead of the client. Unlike traditional components, Server Components do not have a client-side runtime, meaning they result in a smaller bundle size and faster loads. They can seamlessly integrate with client components and can fetch data directly from the backend without the need for an API layer. This enables developers to build rich, interactive apps with less client-side code, improving performance and developer experience.
|
||||
topics:
|
||||
- 'SSR'
|
||||
- 'Intermediate'
|
||||
|
Loading…
x
Reference in New Issue
Block a user