Remix Guide

Menu
  • Official
    110
  • Tutorials
    395
  • Packages
    80
  • Events
    20
  • Showcase
    99
  • Templates
    58
  • Examples
    106
  • Opinions
    118
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Published on sergiodxa.com
others / sergiodxa.com2024-06-20

How to Validate Form in Remix with clientAction by sergiodxa

others / sergiodxa.com2024-06-20

When to use Route Modal in React Router by sergiodxa

others / sergiodxa.com2024-03-27

How to Add i18n to a Remix Vite app by sergiodxa

others / sergiodxa.com2024-02-16

How to Build a simple login and logout with Remix by sergiodxa

others / sergiodxa.com2024-02-14

How to Persist the user locale using cookies with Remix & i18next by sergiodxa

others / sergiodxa.com2024-01-25

How to Expose Remix Routes as API Endpoints by sergiodxa

If you're building a Remix web app, and then you decide to expose an API from that app, you may be tempted to try to reuse the same routes …

others / sergiodxa.com2024-01-25

How to Prefetch data for Remix Fetcher usage by sergiodxa

If you're using Remix, you can ask it to prefetch the data of a new route using `<Link prefetch`> prop, but if you need to use `fetcher.loa…

others / sergiodxa.com2024-01-25

How to Create multiple top-level layouts in Remix by sergiodxa

others / sergiodxa.com2024-01-25

How to Find and remove unused code with Knip by sergiodxa

others / sergiodxa.com2024-01-25

How to Build an app with Remix and Bun by sergiodxa

others / sergiodxa.com2024-01-25

How to Get the absolute URL in Remix&#39;s MetaFunction by sergiodxa

others / sergiodxa.com2024-01-25

How to Use a CDN for your static assets in Remix by sergiodxa

others / sergiodxa.com2024-01-25

How to Defer a Fetch response in Remix by sergiodxa