如何在反应中执行三元运算符

时间:2018-06-18 23:58:01

标签: reactjs

如何在React JSX中执行if语句?

我想在我的JSX中这样做:

if(numberOfItems >= 2) {
  <span>numberOfItems</span>
}

但是像Elvis操作员一样布局

numberOfItems >= 2 ? /* print out numberItems */ : /* do nothing */

由于

0 个答案:

没有答案