# Remix

> Remix

- Skill: `neuralblitz/remix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/remix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/remix/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/remix

---

# Remix

Remix is a full-stack web framework focused on web standards and modern UX. It provides nested routing, data loading, and excellent performance through server-side rendering.

## Key Concepts

- Nested routing
- Loader and action functions
- SSR and hydration
- Error boundaries
- Progressive enhancement

## Common Use Cases

- Full-stack web apps
- E-commerce platforms
- Content websites
- Dashboards
- API backends

## Best Practices

- Use loaders for data fetching
- Implement proper error handling
- Leverage nested routing
- Use actions for mutations
- Implement caching strategies

## Resources

- Remix.run: remix.run/docs
- Related Skills: react, serverless, ssr

