react-pdf
react-pdf copied to clipboard
Open pdf In new tab after getting the response from API
I want to render the pdf containing the data from response of an API
Here Is the simple way I just open the PDF In new tab with static data

But now I want to render dynamic data I pass my data through props but the API hit on button click so, I get data after the pdf render
Can any one know the solution or provider alternate way of this problem