Remix CLI Commands remix setup remix build remix watch remix dev Remix CLI The Remix CLI comes from the @remix-run/dev package. It also includes the compiler. Make sur...
Remix CLI (v2) remix build Options remix dev With remix-serve With custom app server Options Setting a custom port Manual mode Pick up changes from other packages How to...
TypeScript TypeScript Remix seamlessly supports both JavaScript and TypeScript. If you name a file with a .ts or .tsx extension, it will treat it as TypeScript (.tsx is for T...
Technical Explanation Compiler HTTP Handler and Adapters Server Framework Browser Framework Technical Explanation This document hopes to answer the question: “What is Remix?...
Remix Docs Getting Started Community Remix Docs Holy smokes you’re here! Let’s do this. Welcome to the v1 stable release of Remix! Just so we’re all clear, this is newly open ...
Optimistic UI Strategy Example Maintain Form State Client-side Validation Optimistic UI Optimistic UI is a pattern to avoid showing busy spinners in your UI and make your ap...
Migrating your React Router App to Remix Ensure your app uses React Router v6 Installing Remix Creating server and browser entrypoints Creating The root route Adapting your ex...
Deployment Deployment Remix maintains a few starter templates to help you deploy to various servers right from the start. You should be able to initialize your app and get it li...
Philosophy Server/Client Model Web Standards, HTTP, and HTML Progressive Enhancement Don’t Over Abstract Philosophy We’ve worked on a lot of different types of websites: sta...