• Members 2 posts
    March 13, 2021, 1:01 a.m.

    Hello,

    I am currently building a django plugin to display on /test , and would like to add react components to that specific page. It is my understanding that misago loads html fist and then renders react components onto the page once the html is loaded, I also know how to make react components for misago pages that already exist, but I cannot seem to get the components to render within my django plugin loaded onto misago.

    I ​have conducted some tests and seem to have a few issues with rendering the react after returning :

    return render(request, "misago/test.html", context)
    

    I have even tried using an empty function on the home page. And the plugin does run, but the threads do not show up when the plugin is enabled.

    Any guidance would be a great help.
    Thanks,
    bobtfrog