Remix

Full-stack web framework which builds on web standards

  • It is built on top of react-router
  • Uses file-system based routing
  • Simplifies state management via mechanisms like loaders, actions, and forms

Creating a new remix project

npx create-remix@latest

Creating a new remix project with an existing template

npx create-remix@latest --template <username>/<repo>