reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Split key generation commands into separate copyable code blocks Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mohamed/eng-9997-snowflake-keypair-docs
11 hours ago
Address review: passphrase guidance and single-line public key command Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mohamed/eng-9997-snowflake-keypair-docs
11 hours ago
fix: avoid re-evaluating stateful pages twice in one process (#6710) * fix: avoid re-evaluating stateful pages in forked prod workers A prod backend worker started via os.fork (the default when Python's multiprocessing start method is "fork", i.e. Python <=3.13) inherits the compiling process's populated dynamic-state registry. It then re-runs the stateful-pages marker path, re-evaluating each stateful page. Because ComponentState.create() increments a class-level counter and registers a new dynamic state class per call, this appends a second set of state classes (Counter_n3/_n4 on top of the inherited _n1/_n2). The frontend was compiled against only _n1/_n2, so the extra backend states break hydration/state deltas (TypeError: d is not a function on the client). Make page evaluation idempotent within a process: track evaluated routes in App._evaluated_pages and skip re-evaluation in _compile_page. A forked worker inherits the set from its parent and reuses the existing state classes; a freshly spawned worker (forkserver/spawn) starts empty and evaluates once as before. * honor save_page contract in _compile_page skip; add changelog
main
11 hours ago
fix weird link inside alert
masenf/rxe-broken-links
12 hours ago
fix broken links in reflex-enterprise feature table
masenf/rxe-broken-links
13 hours ago
add docs for reflex-enterprise testing fixtures (#6709) * add docs for reflex-enterprise testing fixtures * Fix mutable default in sample dataclass definition Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Change command syntax for Playwright and pytest Updated commands to use 'uv run' for installing and running tests. * Update command to run pytest with uv * docs: address PR feedback on testing fixtures - Add project layout example to Quickstart - Add warning explaining the app process is shared across test cases while per-test state is isolated by client_token - Add a fixture example that reuses setup steps (opening a modal) so a test can assume the modal is already open Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014E1iBcCoVLPKbBaFBNZx12 --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
main
13 hours ago
Address review: GRANT ROLE step and SHA256: fingerprint prefix Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mohamed/eng-9997-snowflake-keypair-docs
14 hours ago
honor save_page contract in _compile_page skip; add changelog
fix/component-state-double-eval-prod
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Document Snowflake key-pair authentication
#6711
11 hours ago
da92bd5
mohamed/eng-9997-snowflake-keypair-docs
CodSpeed Performance Gauge
0%
fix broken links in reflex-enterprise feature table
#6712
13 hours ago
b569d9b
masenf/rxe-broken-links
CodSpeed Performance Gauge
0%
fix: avoid re-evaluating stateful pages twice in one process
#6710
14 hours ago
78d4b7a
fix/component-state-double-eval-prod
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs