![]() * Separate `get_hooks` and `get_hooks_internal` for stable output When downstream component wrappers depend on State when writing hooks, they need to be assured that all internal hooks (events, var hooks, memoized handlers, etc) will be rendered prior to user-defined hooks. This also makes it less likely for downstream components to feel the need to overwrite `get_hooks` (no underscore) directly and break internal functioning of Reflex components. * Include internal hooks in AppWrap and Page * Apply get_hooks_internal in a few more places |
||
---|---|---|
.. | ||
apps | ||
jinja | ||
web |