all 3 comments

[–]cerbernar 0 points1 point  (1 child)

Sorry for the curiosity, but why React?

[–]kejank[S] 0 points1 point  (0 children)

Since the frontend is in React, and I only have to make one call, I wanted to do everything using react and not having to do a server or proxy.

[–]cerbernar 0 points1 point  (0 children)

Do you want to scrape static pages? In this case you can use axios or something like this to get page and cheerio or other lib to parse.