-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactPy ASGI Middleware and standalone ReactPy ASGI App #1113
base: main
Are you sure you want to change the base?
Conversation
The more I develop this, the more I realize it's unwise to finish this PR until the following issues are closed
This PR is in a 90% finished state, but I will hold off on finishing it for now and refocus on template tags. |
… into asgi-middleware
@rmorshea I will implement things using I would feel more comfortable using |
Note to self: html.html(
{"lang": "en"},
html.head(
...,
),
html.body(
...,
),
) It also seems logical to have |
The This PR is no longer blocked. |
Issues
Solution
Create a ReactPy ASGI application that can also function as middleware.
Features of the ASGI application/middleware
Things to deprecate:
reactpy.backend.*.configure
is no longer needed.Checklist
changelog.rst
has been updated with any significant changes.