hands-on
hands-on copied to clipboard
Does not build with react.css.css for me (reported in https://github.com/kotlin-hands-on/web-app-react-kotlin-js-gradle/issues/22)
1) `Additional parameters` section should be removed because it's not necessary to finish this tutorial, but this large code block takes a lot of attention. 2) `Once done, you can...
React 18: * `react.dom.render` -> `react.dom.client.createRoot` Emotion (instead of `kotlin-react-css`): * `react.css.css` -> `emotion.react.css`
Removing the duplicate Android dependency.
When I download and run the main file initially with my credentials and 'BLOCKING' mode for 'kotlin' repository, it generates the results as mentioned in the tutorial. But when we...
Iterable.sumBy is deprecated since Kotlin 1.5, change it to sumOf.
Fix typo in example code - `suspend` should be placed in front of the function type
- standardised kotlinx.coroutines dependency addition with the rest of the tutorial - changed "KMM folder" to "KMM shared folder" to explicitly state the folder referred to
1. `loadContributorsBackground` is the name of the function. 2. Add the missing `service` argument to `loadContributorsBackground` in the example.
StateFlow, SharedFlow, etc. A hands-on type tutorial on these Flow topic would be very interesting. The coroutines hands-on tutorial is great. A Flow one would be a great addition.