Open StokeMasterJack opened 7 years ago
In React, we have functional components that look like this:
function Welcome(props) { return <h1>Hello, {props.name}</h1>; }
It would be nice to include one of those (in Kotlin of course) in this kotlin-fullstack-sample
In React, we have functional components that look like this:
It would be nice to include one of those (in Kotlin of course) in this kotlin-fullstack-sample