These pages go beyond the basics.

- [**`<Head>`**](/docs/advanced/head). Set the title, meta tags, and stylesheets for a page from anywhere in the tree.
- [**Partials**](/docs/advanced/partials). Update part of the page from the server without a full reload.
- [**Serializable types**](/docs/advanced/serializable-types). What values Fresh can send from the server to the client, and how to define your own serializable functions.
- [**Type checking**](/docs/advanced/type-checking). How the generated `$` helpers give you typed `ctx`, `params`, and `props.data`.

More advanced guides for the Vite plugin options and deployment are on the way.
