Backend centric event definition #755
cruxcode
started this conversation in
Discuss: New Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The backend currently have three functions that are evoked at different points in the lifecycle of the app.
handle_init_state
- Evoked during build time.handle_page_request
- Evoked on each request from client.handle_event
- Evoked upon a user interaction in the browser.A developer might want to hook into events like
load
,scroll
&IntersectionObserver
etc.Beta Was this translation helpful? Give feedback.
All reactions