技术英语闪卡 · 轻松记忆编程词汇
就像搭积木的零件,构成网页上的按钮、导航栏等独立区块。
export default function ButtonComponent() { return <button>点击</button> }