reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: drop temporal=True from fetch_recent_blogs (#6399) The Resources navbar dropdown's `blog_column` mounts during initial render (via Radix navigation menu's pre-mounted panels). Its `on_mount=RecentBlogsState.fetch_recent_blogs` races the WebSocket handshake; with `temporal=True` the event is silently dropped if the socket isn't yet connected, and `on_mount` doesn't refire — so the column stays empty on slow connects. Without `temporal`, the event queues and fires once the socket is up. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
26 minutes ago
fix: drop temporal=True from fetch_recent_blogs The Resources navbar dropdown's `blog_column` mounts during initial render (via Radix navigation menu's pre-mounted panels). Its `on_mount=RecentBlogsState.fetch_recent_blogs` races the WebSocket handshake; with `temporal=True` the event is silently dropped if the socket isn't yet connected, and `on_mount` doesn't refire — so the column stays empty on slow connects. Without `temporal`, the event queues and fires once the socket is up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix/recent-blogs-drop-temporal
28 minutes ago
When reloading the app, clear the RegistrationContext._app reference Otherwise the second load causes the RegistrationContext to raise an exception, because _app is already set from the initial load.
masenf/registered-config
1 hour ago
create python module that just has all markdown files (#6398) * auto release docs app * only include markdown files * make a different package instead that has no deps * ignore both dirs
main
2 hours ago
RegistrationContext properties app and config do not return None Accessing these properties raises a ReflexRuntimeError if the value was None at the time it is accessed. This cleans up LBYL None checking wherever these value are accessed. `RegistrationContext.fork` now does NOT copy the Config, allowing both Config and App to be loaded/reloaded in a forked registration context.
masenf/registered-config
2 hours ago
ignore both dirs
auto-release-docs-app
2 hours ago
make a different package instead that has no deps
auto-release-docs-app
2 hours ago
Merge remote-tracking branch 'origin/main' into masenf/registered-config
masenf/registered-config
2 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: drop temporal=True from fetch_recent_blogs
#6399
31 minutes ago
c5203a5
fix/recent-blogs-drop-temporal
CodSpeed Performance Gauge
0%
Move more globals to RegistrationContext
#6382
1 hour ago
87cb874
masenf/registered-config
CodSpeed Performance Gauge
0%
create python module that just has all markdown files
#6398
2 hours ago
aa8107f
auto-release-docs-app
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs