标签: reactjs electron
我需要一种将Electron.js组件包含到ReactJS应用程序中的方法,例如:
render() { return ( <webview src={this.propos.url}></webview> ); }