background:
now the project wants to add a requirement, similar to the function of the chrome tab, so that it is convenient for users to browse and use, as shown in the figure:
found that it uses a plug-in called chrome-tabs, the principle is that every tab page generated is iframe;, but our system uses the react version of the chrome-tabs plug-in that is not found on react,.
reactiframereact
question:
1. If you don"t use iframe, use a lot of "fake" tab pages, considering that users opening too many pages will affect the performance of the page.