I'd like to present our new library that aims to make it as easy as possible to build and maintain React frontends for Django.<p>Github: <a href="https://github.com/kaedroho/django-render">https://github.com/kaedroho/django-render</a>
Website and docs: <a href="https://django-render.org/" rel="nofollow">https://django-render.org/</a><p>Instead of client-side routing and APIs, Django Render applications use Django’s URL routing and views. So you can build your backend like a regular Django application but render the frontend with React components instead of Django templates.<p>We've released version 0.1 today, have a look at this discussion to see our ideas for what next:
<a href="https://github.com/kaedroho/django-render/discussions/34">https://github.com/kaedroho/django-render/discussions/34</a>