>>106472349
What I've got so far is asp.net MVC - so each element (a reply, a thread listing) is its own partial view and then a whole backend controller API with viewmodels. In spirit, I'd say it's closer to PHP than it is to modern JS frameworks but I actually find that I iterate on the forum a lot faster with static pages/form submissions than I do on the React applications I have to write at work