Skip to content

Commit b5313e8

Browse files
authored
Merge pull request #59 from yumemi-inc/update_readme
Update README
2 parents 48dc4c1 + 2ab3adb commit b5313e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,8 @@ class CounterActivity : ComponentActivity() {
407407
```
408408

409409
Alternatively, you can prepare a [StateSaver](tart-core/src/commonMain/kotlin/io/yumemi/tart/core/StateSaver.kt) and handle the persistence yourself.
410-
For details, see [Introduction to rememberViewStoreSaveable in Tart 1.3.0](https://medium.com/@kusu0806/introduction-to-rememberviewstoresaveable-in-tart-1-3-0-7e18034ed1e5).
411410

412-
Tart has prepared two types of `StateSaver` implementations:
411+
In this regard, Tart has prepared two types of `StateSaver` implementations:
413412

414413
- **Persistent State Saver** (`persistentStateSaver()`)
415414
- Persists state across app restarts (using SharedPreferences on Android, NSUserDefaults on iOS)
@@ -425,6 +424,11 @@ Tart has prepared two types of `StateSaver` implementations:
425424

426425
Please note that both implementations are marked with the `@ExperimentalTartApi` annotation and may change in future releases.
427426

427+
For more details, please refer to the following posts.
428+
429+
- [Introduction to rememberViewStoreSaveable in Tart 1.3.0](https://medium.com/@kusu0806/introduction-to-rememberviewstoresaveable-in-tart-1-3-0-7e18034ed1e5).
430+
- [Introduction to RetainedStateSaver in Tart 1.4.0](https://medium.com/@kusu0806/introduction-to-retainedstatesaver-in-tart-1-4-0-28dc24f8a565)
431+
428432
<details>
429433
<summary>TIPS: Preparing a Store Factory class</summary>
430434

0 commit comments

Comments
 (0)