Hacker News new | ask | show | jobs
Show HN: Django Render – Build Django applications with React front ends (github.com)
1 points by kaedroho 709 days ago
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.

Github: https://github.com/kaedroho/django-render Website and docs: https://django-render.org/

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.

We've released version 0.1 today, have a look at this discussion to see our ideas for what next: https://github.com/kaedroho/django-render/discussions/34