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

Add `loader` support to `django_router` #215

Closed Archmonger closed 7 months ago

Archmonger commented 7 months ago

Description

Adds support for the loader arg within route.

Checklist

Please update this checklist as you complete each item:

By submitting this pull request I agree that all contributions comply with this project's open source license(s).

Archmonger commented 7 months ago

This is going to be better done within reactpy_router.route(loader=...), so I'm closing this PR.