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

Add example of a functional component

Open StokeMasterJack opened this issue 7 years ago • 0 comments

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

StokeMasterJack avatar May 12 '17 22:05 StokeMasterJack