reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Use full_raw_path for heading anchor hrefs HeadingLink built its anchor href from router.page.full_path, which is the normalized (registered-route) path. When frontend_path is set, that path is stripped of the mount prefix; the generated href drops the prefix too and clicking jumps to a route that doesn't exist on the ingress. Switch to full_raw_path, which is the URL the client actually requested and preserves the frontend_path prefix. When frontend_path is unset, full_path equals full_raw_path, so this is a no-op for that case. The paired rx.set_clipboard(href) in on_click reads the same local, so the "copy link" action and the rendered href stay consistent.
claude/fix/heading-full-raw-path
1 hour ago
add test cases for multi-component frontend/backend path
FarhanAliRaza:add-backend-path
6 hours ago
update DECORATED_PAGES type annotation (#6266) Signed-off-by: Mingzhe Zou <zoumingzhe@qq.com>
main
6 hours ago
remove superfluous `run_isolated` fixture just use `isolated_context.run` for simplicity
masenf/shared-state-direct-mod
6 hours ago
Fixturify the new test_app set_contexts test case
masenf/shared-state-direct-mod
7 hours ago
recursively _collect_shared_token_updates Starting from the SharedStateBaseInternal, recurse into each pre-cached instance and collect affected tokens and dirty vars.
masenf/shared-state-direct-mod
7 hours ago
Handle `.get_state` when directly modifying a shared token In an `app.modify_state(...)` context where the passed token is a shared token, handle the case where `.get_state(...)` is used to fetch _another_ shared state with the same token as the original shared state token. Basically if some code is modifying "tokenA" for "Shared1" and calls `shared_1.get_state(Shared2)`, then the retrieved state will also be associated with "tokenA", as expected.
masenf/shared-state-direct-mod
7 hours ago
handle fetching linked states via `BaseState.get_state` if the linked state is not fetched in the initial request, then make sure we check if it should be patched in when performing a `get_state` call
masenf/shared-state-direct-mod
12 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Use full_raw_path for heading anchor hrefs
#6341
2 hours ago
cd0a868
claude/fix/heading-full-raw-path
CodSpeed Performance Gauge
0%
feat: add backend_path config to prefix backend routes
#6338
6 hours ago
654b4fe
FarhanAliRaza:add-backend-path
CodSpeed Performance Gauge
0%
ENG-9350: App.modify_state can directly modify SharedState tokens
#6336
7 hours ago
f5d94b7
masenf/shared-state-direct-mod
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs