Skip to content

Commit

Permalink
Merge pull request #68 from arkivanov/update-docs-with-new-targets
Browse files Browse the repository at this point in the history
Update docs with new targets
  • Loading branch information
arkivanov authored Feb 11, 2021
2 parents c98b3b0 + 072d1fb commit a2d435c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Supported targets:
- Android
- JVM
- iosX64, iosArm64
- macosX64
- tvosX64, tvosArm64
- JavaScript

### Why Decompose?
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Supported targets:
- Android
- JVM
- iosX64, iosArm64
- macosX64
- tvosX64, tvosArm64
- JavaScript

## Why Decompose?
Expand All @@ -21,4 +23,4 @@ Supported targets:
- Lifecycle-aware components
- Components in the back stack are not destroyed, they continue working in background without UI
- Components and UI state preservation (mostly useful in Android)
- Instances retaining (aka ViewModels) over configuration changes (mostly useful in Android)
- Instances retaining (aka ViewModels) over configuration changes (mostly useful in Android)

0 comments on commit a2d435c

Please sign in to comment.