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
Javier
06/29/2021, 1:06 AM
#C01F2HV7868
s
Sourabh Rawat
06/29/2021, 1:16 AM
React for Kotlin,
Kvision
d
dave08
06/29/2021, 1:47 AM
#C01CSNG1HJ4
l
Lars Erik Rojeras
06/29/2021, 5:14 AM
#CL4C1SLKC
c
CLOVIS
06/29/2021, 8:34 AM
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
Ayfri
06/29/2021, 8:35 AM
mh I see, I've never used a front framework before
c
CLOVIS
06/29/2021, 8:38 AM
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