We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From here : https://reactpy.dev/docs/guides/getting-started/running-reactpy.html Code example doesn't work . Backend import are missing.
from reactpy import component, html from reactpy.backend.starlette import configure # ==> missing : import Starlete @component def HelloWorld(): return html.h1("Hello, world!") app = Starlette() configure(app, HelloWorld)
Try do fix it myself. But the doc example from the repository seems ok.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Situation
From here : https://reactpy.dev/docs/guides/getting-started/running-reactpy.html
Code example doesn't work . Backend import are missing.
Proposed Actions
Try do fix it myself. But the doc example from the repository seems ok.
The text was updated successfully, but these errors were encountered: