For example: class Edit extends LinkedComponent { state = {} render() { return (<div><Input valueLink={ this.linkAt('name')}</div>) } I would like to set the state when the name value is changed by the user