reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(cli): add `reflex run-rust` driving page emission via reflex-compiler-rust Wires up a new CLI entrypoint that runs each registered page through the Rust IR/JSX emitter instead of the legacy plugin chain. Falls back to a one-shot legacy compile when `.web/` is missing the static artifacts (`app/root.jsx`, `utils/components.jsx`) and skips that fallback under `REFLEX_RUST_NO_LEGACY_REBUILD` for the diff script. Splits `_compile_root_stylesheet` into `_resolve_root_stylesheets` so the rust pipeline can reuse the asset-walk + SASS-compile side effects without going through the legacy template, and adds `cli_run_rust` to the telemetry `CompileTrigger` literal. Also ignores `target/`.
FarhanAliRaza:exp-rust-compiler
5 hours ago
reflex-site-shared: add canonical override + Streamlit migration footer link - create_meta_tags grows an optional `canonical` kwarg so any consumer (blog post, lander) can declare a different canonical URL than the page's own. Default behavior is unchanged when the kwarg is omitted. - Footer Migration column gets a "From Streamlit" entry pointing at /migration/streamlit/, ordered first to surface the most specific target. Pairs with: - reflex-dev/marketing PR adding the /migration/streamlit lander. - reflex-dev/blog PR refreshing /blog/reflex-streamlit with a frontmatter canonical override that consumes the new kwarg. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PalashAwasthi05:streamlit-migration-shared
1 day ago
feat(vars): expose EMPTY_VAR_STR and EMPTY_VAR_INT as memo-friendly defaults Reusable Var-typed empty-value constants so memo signatures can spell strict defaults without per-call-site `Var.create(...)` (which trips B008) or bespoke module-level singletons. Updates the memo doc and the in-tree memos that previously rolled their own empty Var.
FarhanAliRaza:non-exp-memo
2 days ago
fix(telemetry): avoid double-counting inherited storage fields State classes that inherit Cookie/LocalStorage/SessionStorage fields were re-counting the parent's fields on each descendant. Walk only the fields declared on each class so the per-feature counters reflect distinct storage vars across the state tree.
FarhanAliRaza:non-exp-memo
2 days ago
fix(telemetry): avoid double-counting inherited storage fields State classes that inherit Cookie/LocalStorage/SessionStorage fields were re-counting the parent's fields on each descendant. Walk only the fields declared on each class so the per-feature counters reflect distinct storage vars across the state tree.
FarhanAliRaza:telemetry-features
2 days ago
reflex-site-shared: add canonical override + Streamlit migration footer link - create_meta_tags grows an optional `canonical` kwarg so any consumer (blog post, lander) can declare a different canonical URL than the page's own. Default behavior is unchanged when the kwarg is omitted. - Footer Migration column gets a "From Streamlit" entry pointing at /migration/streamlit/, ordered first to surface the most specific target. Pairs with: - reflex-dev/marketing PR adding the /migration/streamlit lander. - reflex-dev/blog PR refreshing /blog/reflex-streamlit with a frontmatter canonical override that consumes the new kwarg. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PalashAwasthi05:streamlit-migration-shared
2 days ago
Add code block integration coverage
issue-6484-code-block-tests
2 days ago
refactor(telemetry): thread Config and route helpers through feature collector Drop the intermediate ``_ComponentWalk`` TypedDict in favor of a plain tuple, pass the resolved ``Config`` and ``get_route_args`` into the feature collector instead of re-resolving them, and lean on the ``_KNOWN_FEATURES`` zero-fill to drop the redundant storage-counter seeding pass.
FarhanAliRaza:telemetry-features
2 days ago
Latest Branches
CodSpeed Performance Gauge
+1%
feat(cli): add `reflex run-rust` driving page emission via reflex-compiler-rust
#6522
5 hours ago
3189fda
FarhanAliRaza:exp-rust-compiler
CodSpeed Performance Gauge
0%
reflex-site-shared: canonical override + Streamlit footer link + Try-for-free primary CTA
#6521
2 days ago
0772902
PalashAwasthi05:streamlit-migration-shared
CodSpeed Performance Gauge
0%
Experimental memo is !experimental
#6517
2 days ago
d5650cf
FarhanAliRaza:non-exp-memo
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs