reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
322 stars 18 forks source link

`django-ninja` compatibility docs #205

Closed Archmonger closed 7 months ago

Archmonger commented 7 months ago

Current Situation

It may be unclear to users how to use this framework with Django Ninja.

Proposed Actions

Create some documentation showing how to integrate with Django Ninja.

Archmonger commented 7 months ago

I dug into Django Ninja, and it looks like it requires a full-fledged Django environment.

Ninja just exists as an extra HTTP endpoint, so there are zero modifications needed to the existing docs.

Will need @paolodina and @jensenbox to chime in on what confusion currently exists. Is it related to how to send/receive queries from Ninja API endpoints within ReactPy-Django?

Will be closing this issue until I hear some feedback.