---
title: "Tutorial: Events"
description: Increment a count with a plain onclick handler.
seo:
  title: Handle clicks with onclick - Ilha
---

import { example } from "./events.examples";

Use lowercase native event props. A plain function is enough. You do not need a special action wrapper on the client.

<Preview code={example} size="lg" />
