ReplyAug 22, 2017Hi Nirmalya, why do you want to do an API call from render method? You can accomplish fetching the data in componentWillMount or componentDidMount. If you explain why is it necessary to call API in render method, I'll see how I can be helpful.Calling an API from render() method