For AI agents: the complete documentation index is at llms.txt. Remove the trailing slash from a page URL and append .md to read its Markdown version. For the docs home, use index.md.

Special Events

Reflex also has built-in special events can be found in the reference.

For example, an event handler can trigger an alert on the browser.

Start Building Now!

Special events can also be triggered directly in the UI by attaching them to an event trigger.

def special_events_example():
    return rx.button("Alert", on_click=rx.window_alert("Hello World!"))