Guides

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.

Updated todayEdit on GitHubWeb & native

In this section

GuideWhat it covers
PerformanceWhat motif does for you, what to avoid in render, and how to profile a shipped app.
Server-side renderingWiring SSRStyleCollector into a sync renderer, or streaming styles from the Next.js App Router.
TestingTesting components with Testing Library, asserting resolved styles, and running the conformance suite.
ContributingSetting up the monorepo and passing the build, test, lint, and conformance gates.