Parse React page as a string

46 Views Asked by At

I have a react page, it simply shows some live data:

{ "portfolioValue": 0.06, "usdEth": 94.82 }

I wanted to parse it using oraclize. But I can't because it's not a plain HTML page and React should render it first. So, how to parse the data?

0

There are 0 best solutions below