Hey, do you know any good front-end Kotlin framewo...
# announcements
a
Hey, do you know any good front-end Kotlin framework ? I want to create a simple website but it's my first time and I don't know what to choose in Kotlin for doing this 🤔
j
#C01F2HV7868
s
React for Kotlin, Kvision
d
#C01CSNG1HJ4
l
#CL4C1SLKC
c
Kotlin React is pretty good if you've used React before, otherwise I don't recommend it (it doesn't feel like normal Kotlin)
a
mh I see, I've never used a front framework before
c
There are two big categories: • imperative (manually editing the DOM...) • declarative (React, Compose) Declarative frameworks are sometimes a bit weird to understand, but they are much easier to use when you've internalized how they work