We’re using Kirby as a headless CMS for our React (Next.js) front-end, and it would be ideal to simply reuse our components and views in the panel.
The best I’ve found about using React components in Vue comes from this article: Using React components directly in Vue components (with or without Typescript) — Part 2 — Full Tutorial | by Cedric McKinnie | Medium
But this doesn’t take into account the context of Kirby. For example, I’m not finding where new Vue(…)
happens, which is where one of the steps in the article takes place.
With all the React component libraries out there, I can’t be the first person to try this, so I thought I’d ask here for any success stories because I’m coming up short on Google and searching the forum…