Remix Guide

Menu
  • Official
    67
  • Tutorials
    256
  • Packages
    62
  • Events
    13
  • Showcase
    95
  • Templates
    44
  • Examples
    76
  • Opinions
    74
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Discover
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.

package / www.npmjs.com2023-03-15

remix-sitemap

Sitemap generator for Remix applications

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…

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.

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 / 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.youtube.com2023-03-16

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

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-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 / uses.tech2023-02-21

/uses

A list of /uses pages detailing developer setups.

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 / 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

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 / www.youtube.com2023-01-30

Roadmap #5

Learn more at https://remix.run

repository / github.com2023-02-11

kiliman/remix-hydration-fix

Sample app that shows how to fix React hydration issues in a Remix app

Show more
New Hot Top
others2023-01-20

Never Trust the Client: Architecting a Resilient API

donavon.com
Opinionsarchitect

It's important to architect your APIs in a way that can't be spoofed by a mischievous client application.

cover

Published on donavon.com

others / donavon.com2022-03-25

SSR Date Formatting in Remix using the User's Locale

How I achieved consistent date formatting in Remix on both client side and server side rendered React using a LocaleProvider and Intl.DateTimeFormat.

others / donavon.com2022-03-29

Adding ETag Support to Remix

Learn what an ETag and If-None-Match are, why they're beneficial to your users, and how to implement them in your Remix application quickly and easily with remix-etag.