react高級指引

參考網站 https://react.docschina.org/docs/jsx-in-depth.html 深入 JSX 本質上來講,JSX 只是爲 React.createElement(component, props, ...children) 方法提供的語法糖。 <MyButton color="blue" shadowSize={2}> Click Me </MyButton>
相關文章
相關標籤/搜索