العربية  

books fixed components

If you do not find what you're looking for, you can use more accurate words.

View more

مكونات ثابته (Info)


تحتفظ الدول بقيم في جميع أنحاء المكون ويمكن تمريرها إلى المكونات الفرعية من خلال الدعائم:

class ParentComponent extends React.Component { state = { color: 'red' }; render() { return ( <ChildComponent color={this.state.color}></div> ); } }

Source: wikipedia.org