I want to disable Link in some condition:
Link
render() { return ({this.props.canClick ? Test
In short easier way to disable link in React?
Text