Remix 3는 React 대신 웹 표준에 기반한 풀스택 프레임워크로 이동합니다.
Remix 3는 React를 버리고 웹 플랫폼의 기본 요소들에 집중하는 풀스택 프레임워크입니다. 이 프레임워크는 라우트, 요청 핸들러, UI 컴포넌트를 하나의 구조로 통합하고, 프론트엔드에 forked preact를 사용합니다. 이전 버전과 달리 서버가 요청 수명 주기를 소유하는 것을 강조하며, Remix 2에서의 마이그레이션은 기존 앱에 변화를 요구합니다.
Remix 3 moves away from React to a web standards-based full-stack framework.
Remix 3 is a full-stack web framework that shifts focus from React to web platform primitives. It integrates routes, request handlers, and UI components into a unified structure while utilizing forked preact for the frontend. Unlike its previous version, it emphasizes server ownership of the request lifecycle, and migration from Remix 2 is not straightforward, requiring changes to existing applications.