Not Me
09/15/2020, 7:44 PMRobert Jaros
09/15/2020, 7:53 PMSaul Wiggin
09/15/2020, 7:57 PMNot Me
09/15/2020, 8:04 PMSaul Wiggin
09/15/2020, 8:11 PMNot Me
09/15/2020, 8:15 PMRobert Jaros
09/15/2020, 8:17 PMcreate-react-kotlin-app
is deprecatedNot Me
09/15/2020, 8:21 PMSaul Wiggin
09/15/2020, 8:22 PMcreate-react-kotlin-app
is deprecatedRobert Jaros
09/15/2020, 8:26 PM-t
optionSaul Wiggin
09/15/2020, 8:27 PMNot Me
09/15/2020, 8:33 PM-t
. Useful, thanks.Joost Klitsie
09/15/2020, 9:04 PMjsBrowserDevelopmentRun --continuous
) because then when you have code changes, on changing screens/hitting control+s it will rebuild and redeploy the app by magic. You can also configure this for Ktor servers somehow
2. I started with the kotlin material ui wrapper, https://github.com/subroh0508/kotlin-material-ui which is awesome. I am a total noob but got it to run, it will give you a lot of things out of the box from this: https://material-ui.com/ which is a leading react material UI toolkit
3. perhaps ask the question in the #javascript channel. Kotlin (with the old compiler) basically transpiles kotlin code into Javascript code. With the new IR compiler it will do more magic and can make more optimizations before turning it into javascript code, but it is in alpha. I think webpack is just a way of bundling your app, including your dependencies so you don't have to worry about it. On the javascript page its written how you can (relatively easily) interact with javascript libraries. I think there are relatively few pros who do kotlin javascript, but there is a big potential hereNot Me
09/15/2020, 9:10 PM