I have an array in “State” of parent component called “portfolios”. You can access by using: “this.state.portfolios”. And a child component called “StockDetailsComponent”. In parent component, I’m using map function to render child component “StockDe…