We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
React使用render()【渲染】,接收输入的数据并返回需要展示的内容。在组件中通过this.props在render()访问。
ReactDOM.render(属性1,属性2);
ReactDOM使用小驼峰命名法
引入React:
创建组件:
类开头必须大写
class H extends React.Component{
render(){ return(
Sorry, something went wrong.
基本组件等,可以在微信开发文档中更加详细了解组件的使用以及分类,以及框架。
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: