Answer the question
In order to leave comments, you need to log in
How to not show a piece of a component in React?
<Alert bsStyle="warning" onDismiss={this.hideAlertByClick}>
<strong>Внимание</strong> - эксперементальный проект, в стадии разработки. Заявленные функции будут подключаться по мере его развития.
</Alert>;
Answer the question
In order to leave comments, you need to log in
{!this.state.showAlert || <Alert bsStyle="warning" onDismiss={this.hideAlertByClick}>
<strong>Внимание</strong> - эксперементальный проект, в стадии разработки. Заявленные функции будут подключаться по мере его развития.
</Alert>}
An exhaustive answer to your question is given in the official React documentation .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question