From b46d7d748516db45a904298ece21c95e2e582589 Mon Sep 17 00:00:00 2001 From: Arkadii Ivanov Date: Sun, 5 Nov 2023 17:46:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 913155683..15462b230 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Additional resources: * Better separation of concerns * Pluggable platform-specific UI (Compose, SwiftUI, React, etc.) * Business logic code is testable with pure multiplatform unit tests +* Navigation state is fully exposed - plug any UI you want, animate as you like using your favourite UI framework's API or use predefined API. +* Navigation is a pure function from the old state to a new one - navigate without limits. * Proper dependency injection (DI) and inversion of control (IoC) via constructor, including but not limited to type-safe arguments. * Shared navigation logic * Lifecycle-aware components