Open freewind opened 9 years ago
In javascript version of react, we can use linkState addon:
linkState
<input type="text" placeholder="name" valueLink={this.linkState('name')} />
How to do the same with scala-js-react, in a type-safe way?
In javascript version of react, we can use
linkState
addon:How to do the same with scala-js-react, in a type-safe way?