Guides
Longer-form guidance for the work around the code — keeping a motif app fast, rendering it on the server, testing it, and contributing to motif itself.
In this section
| Guide | What it covers |
|---|---|
| Performance | What motif does for you, what to avoid in render, and how to profile a shipped app. |
| Server-side rendering | Wiring SSRStyleCollector into a sync renderer, or streaming styles from the Next.js App Router. |
| Testing | Testing components with Testing Library, asserting resolved styles, and running the conformance suite. |
| Contributing | Setting up the monorepo and passing the build, test, lint, and conformance gates. |