From 5b766d43620657cb3f3102f8f73a503b802bdc43 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 14 Feb 2023 18:13:05 +0100 Subject: [PATCH] Add link to Appyx presentation video. --- docs/_developer_onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_developer_onboarding.md b/docs/_developer_onboarding.md index ea6ae89666..71a47f0179 100644 --- a/docs/_developer_onboarding.md +++ b/docs/_developer_onboarding.md @@ -131,7 +131,7 @@ About Preview Main libraries and frameworks used in this application: -- Navigation state with [Appyx](https://bumble-tech.github.io/appyx/) +- Navigation state with [Appyx](https://bumble-tech.github.io/appyx/). Please watch [this video](https://www.droidcon.com/2022/11/15/model-driven-navigation-with-appyx-from-zero-to-hero/) to learn more about Appyx! - DI: [Dagger](https://dagger.dev/) and [Anvil](https://github.com/square/anvil) - Reactive State management with Compose runtime and [Molecule](https://github.com/cashapp/molecule)