React為Vue引入容器組件和展示組件的教程詳解?
把params這個容器組件的屬性傳到展示組件中 classTopicContainer{ ... render(){ return( <Topic {...otherProps} params={this.props.params}/> ); } }
React為Vue引入容器組件和展示組件的教程詳解?
把params這個容器組件的屬性傳到展示組件中 classTopicContainer{ ... render(){ return( <Topic {...otherProps} params={this.props.params}/> ); } }