Hi, it seems you have implemented two sets of UI with the same functionality but both in React and Django's template, I can see that the two of them both uses the same class names for the components but I am not sure how and when to react actually take over from the HTML. Could you please explain how this works a bit more? Thanks!
Also, seems that even in dev, the frontend is using a prod version (misago.js) I am wondering if I can use a dev build so I can see the components in more details? I know there is a source map but not sure how to make it work.