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

Support star pattern in URL router #218

Closed Archmonger closed 7 months ago

Archmonger commented 7 months ago

Description

URL router currently interprets * as a literal. This PR automatically converts * literals into regex.

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).