Skip to content

Commit d8a34d2

Browse files
Alek99claude
andcommitted
Restore original Backend tab copy in introduction
The tightened version lost nuance; the original phrasing about State being uncompiled server code with no special caveats reads better. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bea2f37 commit d8a34d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def tabs():
7171
),
7272
rx.tabs.content(
7373
rx.markdown(
74-
"""`State` holds your backend. It runs on the server — plain Python, no caveats — so you can use any library. Define vars and event handlers here and reference them from the UI.
74+
"""Write your backend in the `State` class. Here you can define functions and variables that can be referenced in the frontend. This code runs directly on the server and is not compiled, so there are no special caveats. Here you can use any Python external library and call any method/function.
7575
""",
7676
),
7777
value="tab2",

0 commit comments

Comments
 (0)