reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: expose dynamic component tags on window.__reflex Capture named imports during Component serialization so tags only reachable via evalReactComponent (Component-typed vars, state field defaults) are included in window.__reflex. Without this, dynamic components fail to resolve their imports after the tree-shaking changes. Also splits @radix-ui/themes into its own chunk.
FarhanAliRaza:lighthouse-improve
14 hours ago
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
21 hours ago
add test cases for multi-component frontend/backend path
FarhanAliRaza:add-backend-path
1 day ago
update DECORATED_PAGES type annotation (#6266) Signed-off-by: Mingzhe Zou <zoumingzhe@qq.com>
main
1 day ago
remove superfluous `run_isolated` fixture just use `isolated_context.run` for simplicity
masenf/shared-state-direct-mod
1 day ago
Fixturify the new test_app set_contexts test case
masenf/shared-state-direct-mod
1 day 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
1 day 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
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Improve Lighthouse Scrore
#6296
14 hours ago
31820ec
FarhanAliRaza:lighthouse-improve
CodSpeed Performance Gauge
0%
Use full_raw_path for heading anchor hrefs
#6341
21 hours ago
cd0a868
claude/fix/heading-full-raw-path
CodSpeed Performance Gauge
0%
feat: add backend_path config to prefix backend routes
#6338
1 day ago
654b4fe
FarhanAliRaza:add-backend-path
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs