Remix Guide

Menu
  • Official
    110
  • Tutorials
    395
  • Packages
    80
  • Events
    20
  • Showcase
    99
  • Templates
    58
  • Examples
    107
  • Opinions
    118
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Discover
package / www.npmjs.com2021-12-24

remix-auth

Simple Authentication for Remix

others / www.youtube.com2022-01-11

How to Debug Remix loaders and actions in VS Code

This video shows how to configure VS Code to debug your Remix loaders and actions. NOTE: You can now use the `debugger` statement instead of the external `debug()` function. I tried this before, but it didn't work. Not sure why it works now. You still can't set a breakpoint inside a route module, but you can add `debugger` statement and it will break there. You can then step through your code. I will be re-recording this video with this new info. Get the launch configuration here: https://rmx.fyi/debug

repository / github.com2021-12-24

kiliman/remix-component-data

This is a proof of concept for showing how you can expose loader functions from your components to use in your routes.

others / sergiodxa.com2021-12-24

HTTP vs. Server-side Cache in Remix by sergiodxa

When you build a web application, you may reach a point where some performance problems could be solved by a...

repository / github.com2021-12-24

edmundhung/remix-guide

A platform for sharing everything about Remix

package / www.npmjs.com2022-02-25

remix-forms

Magically create forms + actions in Remix!

repository / github.com2022-01-30

QuentinWidlocher/remix-template

Remix template with Typescript, Tailwind, Zod and Prisma

repository / github.com2022-01-30

jacob-ebey/remix-pwa

A template to get a Remix PWA up and running

others / remix.run2022-01-18

Remix vs Next.js

An objective comparison between Remix and Next.js

package / www.npmjs.com2021-12-24

remix-utils

This package contains simple utility functions to use with [Remix.run](https://remix.run).

package / www.npmjs.com2022-03-21

remix-etag

## Problem

others / sergiodxa.com2021-12-24

Test Remix loaders and actions by sergiodxa

If you are using Remix, most of your application code will live in the loaders and actions instead of React compo...

repository / github.com2021-12-24

sergiodxa/personal-site

Personal website

package / www.npmjs.com2021-12-24

remix-tailwind

Use TailwindCSS with Remix without an extra build step!

others / www.youtube.com2022-04-28

Deploy Remix K-pop Stack + Supabase

Have you heard about our new Remix Stacks template the K-pop Stack? It combines Remix, Supabase, Tailwind, and more to give you a note creation app with auth to help jump start your own Remix creation. Check out how to make it your own and get it deployed to fast and free! Repo: https://github.com/netlify-templates/kpop-stack Blog Post: https://www.netlify.com/blog/deploy-your-remix-supabase-app-today!/

package / www.npmjs.com2021-12-28

remix-auth-oauth2

A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.

others / egghead.io2022-12-16

Build a Realtime Chat App with Remix and Supabase

Supabase is a collection of open-source tools that wrap around a PostgreSQL database. In this course, we look at building a realtime chat application with Remix, using Supabase for db hosting, authentication, authorization and subscribe to realtime db events - updating the UI as the database changes. We will learn about: loaders and actions in Remix querying and mutating data with Supabase authentication with GitHub authorization with RLS merging client and server state with realtime events deploying a Remix app to Vercel This course is 100% TypeScript, however, don't stress if you don't have any experience with TS, as Supabase does most of the heavy lifting here! πŸŽ‰

others / egghead.io2022-08-23

Validating Remix Form Data Using Zod and TypeScript

You can use Zod to validate form input and create typed TypeScript objects in a Remix action function that is handling the form data.

repository / github.com2022-01-21

jacob-ebey/remix-ecommerce

WIP

package / www.npmjs.com2022-11-08

remix-vite

Static file serving and directory listing

others / vicvijayakumar.com2022-03-14

Building a full stack app with Remix, Prisma, and Supabase

There is a misconception that Remix is only for static sites. This is a how-to guide for building a full-stack app with the new framework + Prisma + Supabase, and deploying it to Vercel.

others / remix.run2022-06-27

Data Flow in Remix

Remix takes the idea of β€œone-way data flow” and extends it across the network, so your UI truly is a function of state: from the client to the server and back again.

others / gist.github.com2022-01-01

Remix Image Component

package / www.npmjs.com2021-12-24

remix-i18next

The easiest way to translate your Remix apps

package / www.npmjs.com2022-02-17

remix-pwa

A PWA handler for Remix

Show more
New Hot Top
others2022-02-13

Remix upload to S3 β€” CanRau.com

www.canrau.com
Tutorials

Upload files to S3 compatible API - I'm using Backblaze B2 - with Remix and parseMultipartFormData

cover

Published on www.canrau.com

others / www.canrau.com2021-12-25

Remix πŸ’Ώ mdx-bundler and images β€” CanRau.com

How to get mdx-bundler (by Kent C. Dodds) working with local images

others / www.canrau.com2022-05-19

Dynamically generate og:image using skia-canvas in Remix πŸ’Ώ β€” CanRau.com

How to dynamically generate og:images for Social Media using `skia-canvas` in a Remix resource route.

others / www.canrau.com2021-12-25

How to add canonical URL to Remix πŸ’Ώ β€” CanRau.com

Add canonical urls to you Remix website to avoid duplicate content penalties for better SEO

others / www.canrau.com2022-01-09

Dynamically generate OG:image using Remix πŸ’Ώ β€” CanRau.com

How to dynamically generate OG:images using Remix resource routes, React JSX, TailwindCSS & Puppeteer

others / www.canrau.com2021-12-25

How to deploy Remix πŸ’Ώ to fly.io using GitHub Action β€” CanRau.com

How to deploy your Remix.run πŸ’Ώ website to fly.io using GitHub Actions?

others / www.canrau.com2021-12-24

RSS in Remix πŸ’Ώ β€” CanRau.com

How to generate (beautiful) RSS feeds and in general web-feeds using Remix πŸ’Ώ?