# `Cringe.App`
[🔗](https://github.com/elixir-vibe/cringe/blob/v0.1.0/lib/cringe/app.ex#L1)

Behaviour and macro for Cringe applications.

# `handle_event`

```elixir
@callback handle_event(term(), term()) :: {:noreply, term()} | {:stop, term()}
```

# `init`

```elixir
@callback init(keyword()) :: {:ok, term()} | {:stop, term()}
```

# `render`

```elixir
@callback render(term()) :: Cringe.Document.t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
