Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Add example of a functional component #9

Open
StokeMasterJack opened this issue May 12, 2017 · 0 comments
Open

Add example of a functional component #9

StokeMasterJack opened this issue May 12, 2017 · 0 comments

Comments

@StokeMasterJack
Copy link

StokeMasterJack commented May 12, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant