Browse Source

Update README.md

pull/1597/head
akurasov 3 years ago committed by GitHub
parent
commit
004e2f2c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Web/README.md

2
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)

Loading…
Cancel
Save