Search code examples
reactjsembedded-browser

I want to use embedded Browser inside of my WebPage in React


so I have a task to make a Browser embedded into my web Page. I have a React project (I do NOT have a React-native project)

I tried this one: react-embedded-browser

but it seems that's deprecated (the last update was 3 years ago) and any other I find is for react-Native that I do not need. I need embedded browser only in React.

I need something like this: enter image description here

Is there any React Embedded-Browser Solutions?


Solution

  • As mentioned in my comments here is some more information on alternative options:

    https://www.npmjs.com/package/cross-fetch

    https://developers.google.com/custom-search/docs/tutorial/creatingcse

    How to show google.com in an iframe?