I am working on an Ionic React application and a PHP website. These two projects must share a chat, accessible from both, but not limited to it. I developed the chat in the application as a set of pages of the application.
What is the best way to reuse this code in a more traditional non-Ionic React based web architecture?
I can’t rely on the application built in my Ionic project because it is much more complete than just the chat.
I thought about making the chat a standalone app that I could build and whose built code could be used in my website, but I’m not sure if I can have “an Ionic app within an app” on the mobile side.
Would you have any ideas for my problem?
1 post - 1 participant