Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

SEO: eliminate remaining multiple-H1 and redirect-link sources Multiple H1: demote demo rx.heading() to as_=h2 across 57 docs (164 calls), demote section-level markdown '# ' headings to '##' in 18 docs, and render the component 'API Reference' heading as h2 — each docs page now has a single H1. Redirect links: make all top-level internal links in the shared footer/navbar/sidebar trailing-slash (/docs/, /blog/, /pricing/, ...) so they no longer hit 301s. Alt text: add descriptive alt to ui.avatar.image logos/avatars in docs-landing, integration gallery, and shared gallery. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
seo-fixes
1 hour ago
ENG-9923: Add REFLEX_EXTRA_PLUGINS env var to append to plugin list (#6685) * ENG-9923: Add REFLEX_EXTRA_PLUGINS env var to append to plugin list REFLEX_EXTRA_PLUGINS defined plugin import paths that will be added to the Config.plugins list if the list does not already contain a plugin of that type. When adding extra plugins, the `disable_plugins` config field is respected, so explicitly disabled plugins cannot be injected from the environment. * Remove warning when disabling a non-builtin plugin * add CHANGELOG entry for 0.9.6.post1 directly * track invalid plugins when handling env vars * use more specific InvalidPluginConfigError throughout _normalize_plugins * let AttributeError fall through in interpret_plugin_class_env Changes the error message on a bad plugin name which was confusing: ``` Warning: Ignoring invalid REFLEX_EXTRA_PLUGINS entry 'repro_hydrate_fallback.Foobar' (Invalid plugin class: 'Foobar' for REFLEX_EXTRA_PLUGINS[0]. Must be a subclass of Plugin.). ``` To a more clear error ``` Warning: Ignoring invalid REFLEX_EXTRA_PLUGINS entry 'repro_hydrate_fallback.Foobar' (Failed to get plugin class 'Foobar' from module 'repro_hydrate_fallback' for REFLEX_EXTRA_PLUGINS[0]: module 'repro_hydrate_fallback' has no attribute 'Foobar'). ``` * CHANGELOG: error message for interpret_plugin_class_env Improved error messaging for plugin specifications and fixed warning for non-built-in plugins in config. * tersify description of REFLEX_EXTRA_PLUGINS * fix test assertions previous test cases were asserting on the "wrong" message
main
6 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
SEO audit fixes: docs meta/titles/H1/alt + shared redirect & structured-data#6686
1 hour ago
be90818
seo-fixes
CodSpeed Performance Gauge
0%
ENG-9923: Add REFLEX_EXTRA_PLUGINS env var to append to plugin list#6685
6 hours ago
4c31f84
masenf/extra-plugins-env-var
CodSpeed Performance Gauge
0%
7 hours ago
cb304f4
FarhanAliRaza:auth-docs
© 2026 CodSpeed Technology
Home Terms Privacy Docs