How to display a blog post based on it's ID with React?

前端 未结 0 1886
死守一世寂寞
死守一世寂寞 2020-12-14 19:02

In my News component I have an array of posts:

const cardInfo = [
      {
        id: 1,
        date: "12/07/2020",
        title: "Machine Le         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题