ReactJS分页

时间:2018-10-26 17:03:33

标签: javascript json reactjs

我在codepen中有这个例子 https://codepen.io/PiotrBerebecki/pen/pEYPbY

,我想用DBJson代替数组做同样的事情(就像本例中所示)。我该怎么办?

我的DBJSON具有以下结构:

{
"interiores": [
  {     
    "nome": "house 1",
    "descricao": "This is the description of the house 1",
    "fotos": [      
      "int_02", "int_02", "int_02", "int_02", "int_02"      
    ]
  }  
 ]
}

每页必须显示1个房子。我的JSON中只有一个,但这只是一个例子。

0 个答案:

没有答案