Skip to content

Commit 0d4d748

Browse files
chore: switching section order
1 parent f74b36d commit 0d4d748

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/topics/js/js-overview.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@ To learn more about the available features in the Kotlin/JS IR compiler and how
2929
Modern web development benefits significantly from frameworks that simplify building web applications.
3030
Here are a few examples of popular web frameworks for Kotlin/JS written by different authors:
3131

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+
3249
### KVision
3350

3451
_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
6380
For updates and discussions about the framework, join the [#doodle](https://kotlinlang.slack.com/messages/doodle) and
6481
[#javascript](https://kotlinlang.slack.com/archives/C0B8L3U69) channels in the [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up).
6582

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-
8183
## Join the Kotlin/JS community
8284

8385
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

Comments
 (0)