Skip to content

Commit ad682ed

Browse files
committed
Improve README
1 parent bae2b77 commit ad682ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ REALTIME_DATABASE_URL=https://server-driven-compose-default-rtdb.asia-southeast1
7474

7575
### Component Design System
7676

77-
**Server Driven Compose** retrieves all rendering information from the backend (Firebase Realtime Database), allowing the client to focus solely on consuming the layout details. This approach lets you concentrate on "how to do (rendering)" rather than "what to do," a decision typically made by the product manager.
77+
**Server Driven Compose** retrieves all rendering information from the backend (Firebase Realtime Database), allowing the client to focus solely on consuming the layout details. This approach lets you concentrate on "how to do (rendering)" rather than "what to do," a decision typically made by the product manager. <br>
78+
79+
The code below shows how the main (timeline) screen is implemented in Jetpack Compose, showcasing its simplicity. It observes the UI component information from the backend server and consumes it according to the pre-built component design system. This makes the screen implementation very passive, allowing you to focus on how each component is rendered rather than deciding what to render.
7880

7981
```kotlin
8082
Column(

0 commit comments

Comments
 (0)