Skip to content

Commit 279f19e

Browse files
committed
docs: highlight no frontend/backend split — modular separation, not network boundaries
1 parent fd6f8f2 commit 279f19e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Compose Multiplatform is not "React Native for desktop". It is a **compiled, typ
5050
- A reactive state model that makes React look verbose
5151
- Hardware-accelerated rendering via Skia — animations at 120fps without thinking about it
5252
- Shared code across Android, iOS, desktop, and web — write once, render natively everywhere
53+
- **No frontend/backend split** — No REST API, no serialization layer, no JSON over HTTP between your UI and your logic. Your UI calls your business logic directly, in the same language, in the same process. Separate your concerns with **modules**, not with network boundaries.
5354

5455
And on top of Compose sits **[Jewel](https://github.com/JetBrains/jewel)** — the most advanced desktop UI framework in the world. Not a web framework adapted for desktop. A desktop framework, period. Jewel carries behind it the entire experience of JetBrains and its IDEs — IntelliJ IDEA, Android Studio, Fleet — applications used daily by millions of developers and built with desktop in mind from day one. It is the same design system, the same component library, the same pixel-perfect attention to detail that powers the tools professionals trust most.
5556

0 commit comments

Comments
 (0)