From 004e2f2c2a2b6bf2ee22b6a126d6db68a3182d98 Mon Sep 17 00:00:00 2001 From: akurasov <86794754+akurasov@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:25:49 +0300 Subject: [PATCH] Update README.md --- tutorials/Web/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/Web/README.md b/tutorials/Web/README.md index 1fe2e38aa3..774108f4a1 100644 --- a/tutorials/Web/README.md +++ b/tutorials/Web/README.md @@ -18,6 +18,8 @@ Compose for Web provides multiple ways of declaring user interfaces in Kotlin co [Using test-utils](Using_Test_Utils/README.md) - about unit testing for @Composable components based on HTML DOM +[Integration with Ktor](https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform) - this is actually not a Compose tutorial, but since integration of Kotlin/JS with Ktor is very popular scenario, we decided to add it here + ## Examples: - Compose For Web [landing page](https://compose-web.ui.pages.jetbrains.team/). Also have a look at [source code](https://github.com/JetBrains/compose-jb/tree/master/examples/web-landing) - Compose For Web and React integration - [source code](https://github.com/JetBrains/compose-jb/tree/master/examples/web-with-react)