text 关于React组件的说明

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 关于React组件的说明相关的知识,希望对你有一定的参考价值。

Component names begin with Capital Letters. Lowercase names are reserved for HTML.

Every component receives a list of attributes, just like HTML elements. 
In React, this list is called props. With a function component, you can name it anything though.

The HTML-like code written in React is called JSX, or JavaScript Extension.

以上是关于text 关于React组件的说明的主要内容,如果未能解决你的问题,请参考以下文章

关于react中遇到的问题记录说明

react native组件通信

[react] 写一个react的高阶组件并说明你对高阶组件的理解

React Native知识2-Text组件

关于react hooks

React Native 学习-组件说明和生命周期