kotlin-fullstack-sample icon indicating copy to clipboard operation
kotlin-fullstack-sample copied to clipboard

Kotlin Full-stack Application Example

Results 25 kotlin-fullstack-sample issues
Sort by recently updated
recently updated
newest added

Cannot find resource with the requested URI: /frontend/kotlinx-html-js.js.map

https://github.com/Kotlin/kotlin-fullstack-sample/blob/master/frontend/src/org/jetbrains/react/ReactExtensions.kt error is: 'componentDidUpdate' overrides nothing where `componentWillMount` works fine.

The code is not commented and for someone not versed in React or node this seems puzzling. I think that some explanation in the code would help a lot.

This may sound like a stupid question, but it is not obvious how to open this project in intellij. Do we use "Import Project" or "Open". If I choose open,...

In React, we have functional components that look like this: ``` function Welcome(props) { return Hello, {props.name}; } ``` It would be nice to include one of those (in Kotlin...