What’s the best stack added to Kotlin/JS to make n...
# javascript
g
What’s the best stack added to Kotlin/JS to make nice material style apps? I’d love to use Material UI on React but I didn’t enjoy working with the existing libraries I found back then, and I’m open to any web framework
r
You can create apps in KVision with material-like theme from bootswatch. But I don't know if it's good enough material style for you 😉 https://rjaros.github.io/kvision-examples/addressbook-tabulator/
g
Does it work on the same state model as React? As Android and iOS are going to this mental model for UI I’d like to stay in that direction. Edit: All those questions are answered in the readme of the project, just saw it
r
I don't really know React and it's state model. KVision was created largely because of my dislike for Ract and other JS frameworks 😉 But I've adopted some techniques and solutions typical for React, flux architecture and unidirectional data flow. You can use Redux (both JS and Kotlin implementations) and observable state.
g
Thank you, will definitely look into this
a
Alpas.dev is a Kotlin based web-framework you can give a try