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

Performance History

Latest Results

Bump frontend and component library dependency pins to current releases Re-analyzed all bundled frontend npm pins and backend Python caps to their latest stable releases on top of latest main: - reflex-base: react/react-dom 19.2.8, react-router 7.18.1 (kept on 7.x rather than the new 8.x major), isbot 5.2.1, universal-cookie 8.1.2, postcss 8.5.21, tailwindcss/@tailwindcss/postcss 4.3.3, @tailwindcss/typography 0.5.20, Bun 1.3.14; removed the now-redundant cookie override; rich cap -> <16 (uv.lock resolves rich 15.0.0) - react-plotly.js 4.0.0 + plotly.js 3.7.0; shiki/@shikijs/transformers 4.3.1; react-error-boundary 6.1.2; lucide-react 1.25.0 (45 new icons added to the wrapper); Radix primitives (accordion/dialog/form/progress/slider); @hugeicons/react 1.1.9; @icons-pack/react-simple-icons 13.13.0; react-medium-image-zoom 5.4.8; @inkeep/cxkit-react 0.5.119 docs/app/reflex.lock is regenerated separately. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VbHTc3JxgKUNBCrCMN2cp
claude/gallant-lovelace-w3c4dp
27 minutes ago
fix(event): suppress native asyncio.QueueShutDown on Python 3.13+
axelray-dev:fix/queue-shutdown-py313
38 minutes ago
fix(compiler): use posix separators for nested stylesheet imports (#6762) * fix(compiler): use posix separators for nested stylesheet imports The root stylesheet is compiled by interpolating each stylesheet's relative path into a CSS `@import url('...')`. The path was rendered with `str(target_path)`, which uses the OS separator, so on Windows a nested stylesheet (e.g. `rx.App(stylesheets=["subdir/theme.css"])`, or a stylesheet directory expanded via rglob) emitted `@import url('./subdir\theme.css');`. In CSS a backslash inside url() is an escape introducer, not a path separator, so the browser requested a mangled URL and the nested stylesheet silently failed to load on Windows only. Top-level stylesheets have no separator, which is why this went unnoticed. Build the URL with `target_path.as_posix()` so the import always uses forward slashes. On POSIX this is identical to the previous output; it only fixes Windows. Add a regression test that forces a Windows-style relative path and asserts the emitted import is POSIX-normalized, and make the existing scss/sass assertions separator-independent. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com> * fix(compiler): add changelog fragment for nested stylesheet posix fix Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com> * fix(changelog): attribute stylesheet fix to PR 6762 --------- Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com> Co-authored-by: Farhan <www.mfarvirus@gmail.com>
main
1 hour ago
pyi hashes
harsh21234i:fix/memo-untyped-var-regression-6631
2 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Bump frontend and component library dependencies#6678
39 minutes ago
39b366a
claude/gallant-lovelace-w3c4dp
CodSpeed Performance Gauge
0%
14 days ago
5281cf1
axelray-dev:fix/queue-shutdown-py313
CodSpeed Performance Gauge
0%
fix(compiler): use posix separators for nested stylesheet imports#6762
2 hours ago
2625a97
anxkhn:patch-9
© 2026 CodSpeed Technology
Home Terms Privacy Docs