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

10k Views Asked by At

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?

1

There are 1 best solutions below

0
Will On BEST ANSWER