One Framework Guides
Official docs: Guides Index
Recipes and patterns for common tasks when building with One.
References
references/
authentication.md Session context, Protected routes, middleware auth, loader redirects, OAuth
images.md ?imagedata imports, blur placeholders, sharp, MDX frontmatter integration
css.md .inline.css, layout CSS ordering, inlineLayoutCSS, CSS loading optimization
dark-mode.md @vxrn/color-scheme, Tamagui SSR-safe dark mode, MetaTheme
tamagui.md Tamagui setup with One, SSR-safe styling, Vite plugin, CSS extraction
mdx.md @vxrn/mdx setup, syntax highlighting, SSG blog with MDX
open-graph.md Dynamic OG images with @vercel/og, custom fonts, caching
isr.md Incremental Static Regeneration, cache headers, CDN patterns
skew-protection.md Handling stale bundles after deploys, proactive version polling
native-builds.md iOS prebuild, Xcode, EAS, Android, production builds
common-issues.md Troubleshooting SSR errors, React Native package issues, fetch on native
1---2name: one-guides3description: Guides and recipes for One framework. Covers authentication, images, CSS optimization, dark mode, Tamagui, MDX, OpenGraph images, ISR, skew protection, native iOS builds, EAS, CRA migration, and common issues.4license: MIT5---67# One Framework Guides89Official docs: [Guides Index](https://onestack.dev/docs/guides)1011Recipes and patterns for common tasks when building with One.1213## References1415```16references/17 authentication.md Session context, Protected routes, middleware auth, loader redirects, OAuth18 images.md ?imagedata imports, blur placeholders, sharp, MDX frontmatter integration19 css.md .inline.css, layout CSS ordering, inlineLayoutCSS, CSS loading optimization20 dark-mode.md @vxrn/color-scheme, Tamagui SSR-safe dark mode, MetaTheme21 tamagui.md Tamagui setup with One, SSR-safe styling, Vite plugin, CSS extraction22 mdx.md @vxrn/mdx setup, syntax highlighting, SSG blog with MDX23 open-graph.md Dynamic OG images with @vercel/og, custom fonts, caching24 isr.md Incremental Static Regeneration, cache headers, CDN patterns25 skew-protection.md Handling stale bundles after deploys, proactive version polling26 native-builds.md iOS prebuild, Xcode, EAS, Android, production builds27 common-issues.md Troubleshooting SSR errors, React Native package issues, fetch on native28```