We are building a React Native app for our community of around 8,000 members. The web side runs on WordPress and already hosts our forum, and I do not want to duplicate user accounts or reply threads in a separate backend.
I need a forum plugin with a proper, documented REST API that covers posting, replying, voting, notifications, and search, ideally with cursor pagination so scrolling the feed on mobile isn't a latency nightmare. What are the options on WordPress, and how mature are the endpoints?
