假设我们有一个组件
1 | class Square extends React.Component { |
然后在另一个组件里调用
1 | class Board extends React.Component { |
在这里
1 | renderSquare(i) { |
相当于进行了参数传递
而在下层组件square中进行调用使用了这种方法
1 | return ( |
假设我们有一个组件
1 | class Square extends React.Component { |
然后在另一个组件里调用
1 | class Board extends React.Component { |
在这里
1 | renderSquare(i) { |
相当于进行了参数传递
而在下层组件square中进行调用使用了这种方法
1 | return ( |
Update your browser to view this website correctly. Update my browser now