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
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
Robert Jaros
02/26/2020, 12:04 PM
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
galex
02/26/2020, 2:41 PM
Thank you, will definitely look into this
a
Amiedema
02/26/2020, 3:49 PM
Alpas.dev is a Kotlin based web-framework you can give a try