# QT弟兄React 技術分享 ``` javascript const ShoppingList = () => { render() { return ( <div className="shopping-list"> <h1>Shopping List for {this.props.name}</h1> <ul> <li>Instagram</li> <li>WhatsApp</li> <li>Oculus</li> </ul> </div> ); } } ``` <h2>工作不是我們人生的全部 家庭 體驗人生才是</h2> ![](https://raw.githubusercontent.com/jondot/hygen/master/media/hygen.gif) const ShoppingList = () => { render() { return ( <div className="shopping-list"> <h1>Shopping List for {this.props.name}</h1> <ul> <li>Instagram</li> <li>WhatsApp</li> <li>Oculus</li> </ul> </div> ); } } ```