You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/js/js-overview.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,23 @@ To learn more about the available features in the Kotlin/JS IR compiler and how
29
29
Modern web development benefits significantly from frameworks that simplify building web applications.
30
30
Here are a few examples of popular web frameworks for Kotlin/JS written by different authors:
31
31
32
+
### Kobweb
33
+
34
+
_Kobweb_ is an opinionated Kotlin framework for creating websites and web apps. It leverages [Compose HTML](https://github.com/JetBrains/compose-multiplatform?tab=readme-ov-file#compose-html) and
35
+
live-reloading for fast development. Inspired by [Next.js](https://nextjs.org/), Kobweb promotes a standard structure for adding widgets, layouts,
36
+
and pages.
37
+
38
+
Out of the box, Kobweb provides page routing, light/dark mode, CSS styling, Markdown support, backend APIs, and more features.
39
+
It includes [Silk](https://github.com/varabyte/kobweb?tab=readme-ov-file#silk), a set of versatile widgets for modern UIs.
40
+
41
+
Kobweb also supports site export, generating page snapshots
42
+
for SEO, and automatic search indexing. Additionally, Kobweb makes it easy to create DOM-based UIs that efficiently update in response to state changes.
43
+
44
+
Visit the [Kobweb](https://github.com/varabyte/kobweb-site) repository for documentation and examples.
45
+
46
+
For updates and discussions about the framework, join the [#kobweb](https://kotlinlang.slack.com/archives/C04RTD72RQ8) and
47
+
[#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868) channels in the Kotlin Slack.
48
+
32
49
### KVision
33
50
34
51
_KVision_ is an object-oriented web framework that makes it possible to write applications in Kotlin/JS with ready-to-use components
@@ -63,21 +80,6 @@ over the rendering of arbitrary UI elements, vector shapes, gradients, and custo
63
80
For updates and discussions about the framework, join the [#doodle](https://kotlinlang.slack.com/messages/doodle) and
64
81
[#javascript](https://kotlinlang.slack.com/archives/C0B8L3U69) channels in the [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
65
82
66
-
### Kobweb
67
-
68
-
_Kobweb_ is an opinionated Kotlin framework for creating websites and web apps. It leverages [Compose HTML](https://github.com/JetBrains/compose-multiplatform?tab=readme-ov-file#compose-html) and
69
-
live-reloading for fast development. Inspired by [Next.js](https://nextjs.org/), Kobweb promotes a standard structure for adding widgets, layouts,
70
-
and pages.
71
-
72
-
Out of the box, Kobweb provides page routing, light/dark mode, CSS styling, Markdown support, backend APIs, and more features.
73
-
It includes [Silk](https://github.com/varabyte/kobweb?tab=readme-ov-file#silk), a set of versatile widgets for modern UIs. Kobweb also supports site export, generating page snapshots
74
-
for SEO, and automatic search indexing.
75
-
76
-
Visit the [Kobweb](https://github.com/varabyte/kobweb-site) repository for documentation and examples.
77
-
78
-
For updates and discussions about the framework, join the [#kobweb](https://kotlinlang.slack.com/archives/C04RTD72RQ8) and
79
-
[#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868) channels in the Kotlin Slack.
80
-
81
83
## Join the Kotlin/JS community
82
84
83
85
You can join the [#javascript](https://kotlinlang.slack.com/archives/C0B8L3U69) channel in the official [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up)
0 commit comments