# Remix

> Full stack React that Shopify acquired

**Category:** Shopify  
**Pricing:** open-source  
**URL:** https://remix.run  
**GitHub:** https://github.com/remix-run/remix  
**Added:** 2026-08-18

---

## The Hook

Remix brought web fundamentals back to React development.

## What's Good

The loader/action pattern simplifies data flow compared to useEffect sprawl. Nested routing with parallel data loading improves performance. Error boundaries work at route level.

## The Catch

The mental model shift from SPA patterns takes adjustment. Some React patterns do not translate directly. The ecosystem is smaller than Next.js.

## Verdict

Web fundamentals meet React, now with Shopify backing.
