How to make separate component for modal which depends on an API call in current component in React

前端 未结 0 542
长发绾君心
长发绾君心 2021-01-26 01:02

I have the following API call

class Designs extends Component {
//after constructor I have a function which makes an api call:
async componentDidMount() {
    con         


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