Remix Guide

Menu
  • Official
    67
  • Tutorials
    257
  • Packages
    63
  • Events
    13
  • Showcase
    95
  • Templates
    45
  • Examples
    76
  • Opinions
    74
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Discover
repository / github.com2023-04-01

rajeshbabu-oviva/remix-mdx-blog

A simple blog built with remix and mdx

package / www.npmjs.com2023-03-29

remix-auth-webauthn

Authenticate users with [Web Authentication](https://www.w3.org/TR/webauthn-2/) passkeys and physical tokens. It is implemented using [SimpleWebAuthn](https://simplewebauthn.dev) and supports user authentication and user registration using passkeys.

others / www.jacobparis.com2023-03-29

Multiple forms and actions on a page with Remix

A Remix action is an endpoint for POST requests, and all forms will submit to the same action. Add a name and value to your submit button to know which form was submitted, and use that to determine which action to take.

others / remix.dev.br2023-03-24

Curso Remix How To com Fabio Vedovelli

Este curso lhe trará habilidades para desenvolver aplicações com Remix.run e ajudará a compreender como o Remix funciona. Seu momento "ahá" está mais perto do que você imagina.

others / medium.com2023-03-24

Building a context loaded chat assistant with OpenAI and Remix

It seems everyone is using Chat GPT in their daily lives. From coding, to recipes, to blog generation, carefully crafted prompt engineering…

package / www.npmjs.com2023-03-23

remix-routes-folder

A Remix plugin that allows you to organize your routes in multiple route-folders.

others / www.youtube.com2023-03-22

Aula inaugural do curso Aprenda Remix com Fabio Vedovelli

others / vercel.com2023-03-22

Remix without Limits – Vercel

Vercel now has advanced Remix support, including SSR streaming with Edge Functions and multi-runtime support.

repository / github.com2023-03-22

dalmaer/remix-openai-streaming

A simple sample project on how to stream openai completion to a Remix app

others / developers.front-commerce.com2023-03-21

Front-Commerce is getting a Remix | Front Commerce Developers

We are thrilled to announce that we’re Remixing Front-Commerce!

others / remix.run2023-03-17

Future Proofing Your Remix App

We've introduced the concept of future flags to give you a smooth upgrade path for your Remix app.

others / www.youtube.com2023-03-16

A Pot of (Code) Gold: A Remix NYC St. Patrick's Day Event

others / shop.app2023-03-16

Shop's AI-powered shopping assistant

Get personalized shopping recommendations from Shop’s AI-powered shopping assistant. Make shopping fun and find exactly what you’re looking for in a flash.

others / www.meetup.com2023-03-16

Indianapolis Remix Meetup, Thu, Apr 6, 2023, 7:00 PM | Meetup

Remix. It’s web fundamentals. It’s the future of react applications. Got an opinion? Let’s discuss!

package / www.npmjs.com2023-03-15

remix-sitemap

Sitemap generator for Remix applications

package / www.npmjs.com2023-03-14

@superflare/remix

Remix plugin for Superflare

others / andre-landgraf.dev2023-03-12

My experience learning React, web standards, and Remix | Andre Landgraf

In this blog post, I am sharing my story of learning React, web standards, and Remix, and answer the question why I actively try to use less React.

others / remix.run2023-03-10

Lazy Loading Routes in React Router 6.4+

Decoupling data-fetching from rendering introduces some complexities if you want to lazily load your route components. Check out how the newly introduced `route.lazy()` method helps solve this to keep your app bundles small and your UX snappy!

repository / github.com2023-03-06

meza/trance-stack

A production-ready Remix stack built for AWS Lambda. Authentication. Security, Internationalization, Feature Flags, Analytics, Tests, Storybook, Ephemeral and Production CI/CD and more.

others / www.jacobparis.com2023-03-06

Stream Progress Updates with Remix using Defer, Suspense, and Server Sent Events

Use Remix's Defer feature in combination with an EventStream to stream progress updates to the client.

others / insync.vercel.app2023-02-28

insync - Stay in sync with the music you love

insync automatically generates playlists with music from your favourite artists to help you rediscover the music you love!

package / www.npmjs.com2023-02-23

remix-island

utils to render remix into a dom-node instead of the whole document

others / tinloof.com2023-02-21

Tony's Chocolonely - Headless Shopify eCommerce website re-design

Tony's Chocolonely Demo Store is a Shopify ecommerce built to showcase headless Shopify integrated with Sanity. We re-designed the online store.

others / uses.tech2023-02-21

/uses

A list of /uses pages detailing developer setups.

others / www.mokhtar.dev2023-02-17

Dynamic OG images with Remix and Node.js | Mokhtar Mial

Learn how to generate Open Graph images in your Remix app

Show more
New Hot Top
others2021-12-24

Stable Forms in Remix

dev.to
Tutorials

Data mutations in Remix are done with HTML forms, and Remix allows you to upgrade your forms with...

cover

Published on dev.to

others / dev.to2022-03-22

Best 10 Code Snippets for Remix and TypeScript in 2022

What is a Code Snippet? A Code Snippet is a block of code you can share and reuse. By...

others / dev.to2022-08-04

Creating a Github-like Progress bar for your Remix app

This post is about the progress bar that shows at the top of the cover image 🤓 This is a...

others / dev.to2022-01-05

Intro to Remix 💿

🔰 Introduction: This article is just an explanation and summary of what Remix is. You...

others / dev.to2021-12-24

Building a Simple Search UI with Remix

Photo: Markus Winkler on Unsplash. One thing I love most about Remix is how it encourages you to...

others / dev.to2023-02-03

From Angular to Remix: Route by route migration

In this tutorial, we will show you how to migrate an Angular application to Remix by running Angular...

others / dev.to2022-02-02

Serverless Remix Sessions with Cloudflare Pages

Using sessions with Remix is a pretty straightforward task. Usually, you put your session data into a...