react-patterns
Installation
SKILL.md
React + Remix Patterns
Before writing code
Fetch live docs:
- Fetch
https://remix.run/docs/en/mainfor Remix documentation - Fetch
https://react.dev/reference/reactfor React API reference - Web-search
site:shopify.dev hydrogen remix patternsfor Hydrogen-specific patterns
Why Remix (Not Next.js)
Shopify's Hydrogen is built on Remix:
- Server-first rendering with progressive enhancement
- Loaders and actions for server-side data fetching and mutations
- Nested routes for layout composition
- Built-in form handling without client-side state management
- Streaming SSR for fast perceived performance