reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
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
14 minutes 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
13 hours 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
15 hours 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
15 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
16 hours ago
Add code block integration coverage
issue-6484-code-block-tests
23 hours 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
1 day ago
refactor(telemetry): derive feature counts from compile-time walks Move TelemetryContext into reflex_base and drop the scattered `increment_feature` call sites in Upload, lifespan, shared state, storage classes, and Model. Compile-event collection now walks the live app (states, pages, config, ModelRegistry) at compile end so the counters reflect actual final state rather than import-time markers that could double-count under reload or get out of sync.
FarhanAliRaza:telemetry-features
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
reflex-site-shared: canonical override + Streamlit footer link + Try-for-free primary CTA
#6521
16 hours ago
0772902
PalashAwasthi05:streamlit-migration-shared
CodSpeed Performance Gauge
0%
Experimental memo is !experimental
#6517
1 day ago
d5650cf
FarhanAliRaza:non-exp-memo
CodSpeed Performance Gauge
0%
feat(telemetry): track per-feature usage counters on compile events
#6519
15 hours ago
14a787e
FarhanAliRaza:telemetry-features
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs