Extension Starter Repo (React)

@mBeierl I wanted to ask you something, I saw how you structured the project (I haven’t been able to get it working yet, I’m a beginner) the question is, does it not work using react router for your links? Do you need to have a separate html for the extension like you did here for example

if (rootVideoComponent) {import("./components/VideoComponentPage/VideoComponent.js").then(VideoComponent =>
        ReactDOM.render(<VideoComponent.default />, rootVideoComponent)
      );

instead of using Route?

Thank you