Heyoo! I'm dabbling for the first time in multipla...
# multiplatform
w
Heyoo! I'm dabbling for the first time in multiplatform with web and jvm in a fullstack web app. If followed the hands on tutorial but adapted it to my needs, so now I have a very basic project with React. I'd like to use the https://material-ui.com framework for the layout. Is there anyone that has managed to do this? 😊
r
w
Thanks @Robert Jaros Did you get it to work with multiplatform projects? I tried this lib https://github.com/subroh0508/kotlin-material-ui but didn't get it to work
r
I've personally never used it 🙂 I just know it exists. But if you are interested in fullstack apps you could try my framework - KVision (https://kvision.io). It has great support for fullstack projects with different jvm backend servers.
☝️ 1
w
@Robert Jaros Looks interesting! Is it completely different from the dom and react implementations by jetbrains? (disclaimer, I'm not a web dev)
r
Yes, it's different. It's not based on React or any other JS framework.
Still it integrates a lot of different JS components and libraries with a consistent Kotlin API.
w
Ok! I'll check it out! thanks 🙂