Remix New Age Stack screenshot

Remix New Age Stack

Author Avatar Theme by Canrau
Updated: 22 Jun 2022
8 Stars

WIP: The Remix Stack for the "New Age" using React 18 Streaming, Deno & Fly.io

Categories

Overview:

The Remix New-Age Stack is a template for building applications using the Remix framework and Deno runtime. It provides a set of tools and configuration to help developers quickly set up and deploy their Remix applications.

Features:

  • Improved imports: The stack includes an import-map that has been optimized for better import handling.
  • VSCode auto formatting: The stack is set up to use Deno fmt for automatic code formatting in VSCode.
  • Replacement of server: Instead of the default server, the stack uses Oak, a middleware framework for Deno.
  • Addition of FLY_REGION: The FLY_REGION response header has been added to the application.

Installation:

To install the Remix New-Age Stack, follow these steps:

  1. Start by cloning the official Remix Deno template.
  2. Update the import-map for improved imports.
  3. Configure VSCode to use Deno fmt for auto formatting.
  4. Replace the default server with Oak.
  5. Add the FLY_REGION response header.

For more detailed instructions, refer to the Remix documentation.

Summary:

The Remix New-Age Stack is a powerful tool for developing applications with the Remix framework and Deno runtime. It offers improved imports, automatic code formatting, a flexible server middleware, and additional response header configuration. By following the installation guide, developers can quickly set up and deploy their Remix applications with ease.