G
Ghost
Member
Have you thought about a headless, or decoupled forum? What this means is that the backend & frontend are separated. You could for example expose XenForo via REST API and then connect to the backend from a React app, etc. The idea of headless is to allow 1 backend to power multiple frontends, or to make it easier to think about replacing something in the future. It also provides a bit more security and is a nice way to separate the codebases from a dev perspective.
This is something that...
Read more
Continue...
This is something that...
Read more
Continue...