Commits
Click on a commit to change the comparison rangeAdd compiler plugin hooks and move compilation pipeline out of App2 months ago
by FarhanAliRaza Fix memo component ordering and Var-backed page title handling2 months ago
by FarhanAliRaza Fix app wrap component collection for stateful components2 months ago
by FarhanAliRaza Merge remote-tracking branch 'upstream/main' into compiler-hooks2 months ago
by FarhanAliRaza pyi hashes2 months ago
by FarhanAliRaza pyi hashes2 months ago
by FarhanAliRaza Replace global StatefulComponent cache with compile-scoped cache2 months ago
by FarhanAliRaza fixed benchmarks and cache render and deduplicate functionsand merge2 months ago
by FarhanAliRaza fix import2 months ago
by FarhanAliRaza fix broken _get_vars cache and add imports/hooks caches2 months ago
by FarhanAliRaza Simplify compiler hooks: merge tree walkers and remove optimization fields2 months ago
by FarhanAliRaza Fix stateful component imports not included in all_imports2 months ago
by FarhanAliRaza Remove CompilerPlugin and PageDefinition protocols, use concrete types2 months ago
by FarhanAliRaza pyi hashes2 months ago
by FarhanAliRaza removed orphaned code used by legacy compiler2 months ago
by FarhanAliRaza Merge remote-tracking branch 'upstream/main' into compiler-hooks2 months ago
by FarhanAliRaza fixed borken merge2 months ago
by FarhanAliRaza fix reflex dep as git url exclusion for reflex-web CI Merge branch 'compiler-hooks' of https://github.com/FarhanAliRaza/reflex into compiler-hooks2 months ago
by FarhanAliRaza integration-tests.yml: do not reinstall reflex from git Replace StatefulComponent with MemoizeStatefulPlugin compiler plugin2 months ago
by FarhanAliRaza Add _validate_component_children bypass for experimental memo wrappers2 months ago
by FarhanAliRaza Merge branch 'main' into compiler-hooks2 months ago
by FarhanAliRaza fixed buffer upload2 months ago
by FarhanAliRaza fixed buffer upload by shortcircuiting2 months ago
by FarhanAliRaza Merge branch 'main' into compiler-hooks2 months ago
by FarhanAliRaza pyi hashes2 months ago
by FarhanAliRaza Merge remote-tracking branch 'upstream/main' into compiler-hooks1 month ago
by FarhanAliRaza feat: add on_disconnect callback to DisconnectAwareStreamingResponse1 month ago
by FarhanAliRaza fix: replace asyncio.wait with anyio task group in ASGI 2.4 disconnect path1 month ago
by FarhanAliRaza fix: simplify DisconnectAwareStreamingResponse ASGI 2.4 path1 month ago
by FarhanAliRaza pyi hashes1 month ago
by FarhanAliRaza Merge remote-tracking branch 'upstream/main' into compiler-hooks1 month ago
by FarhanAliRaza removed the final library reset to fix the hydration error1 month ago
by FarhanAliRaza Merge branch 'main' into compiler-hooks memoize: generated components contain hook calls (#4) removed unused kwargs del1 month ago
by FarhanAliRaza fix: per memo file and treeshaking1 month ago
by FarhanAliRaza revert unrelated change1 month ago
by FarhanAliRaza Preserve nested memo imports while keeping passthrough memo bodies root-only1 month ago
by FarhanAliRaza Rebuild passthrough auto-memo definitions per compile1 month ago
by FarhanAliRaza feat: add PRE/NORMAL/POST ordering for compiler component hooks1 month ago
by FarhanAliRaza Fix auto-memo snapshot handling for structural forms1 month ago
by FarhanAliRaza Merge branch 'main' into compiler-hooks26 days ago
by FarhanAliRaza pyi hash26 days ago
by FarhanAliRaza perf: fold _deterministic_hash into a single incremental hasher26 days ago
by FarhanAliRaza Ensure global client_state setters have proper VarData Handle auto-memoized form children Memoize snapshot boundaries when subtree carries reactive data26 days ago
by FarhanAliRaza Merge remote-tracking branch 'upstream/main' into compiler-hooks lifespan: ignore uninitialized state_manager during lifespan cleanup Do not auto-memoize components with imports-only VarData fix: render dynamic components as React elements via createElement25 days ago
by FarhanAliRaza Revert state.js dynamic component createElement wrap and integration test24 days ago
by FarhanAliRaza Restore evalReactComponent createElement wrap and integration test24 days ago
by FarhanAliRaza Move `createElement` to dynamic component hook code