Remix Guide

Menu
  • Official
    65
  • Tutorials
    248
  • Packages
    58
  • Events
    12
  • Showcase
    91
  • Templates
    43
  • Examples
    74
  • Opinions
    68
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Category
Platform
Integration
others2022-12-16

Downgrade to MPA if users prefer reduced data in Remix by sergiodxa

sergiodxa.com
Tutorials

Users can enable a setting in their devices to indicate to websites that they prefer redu...

Published on sergiodxa.com

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

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

others / sergiodxa.com2022-05-18

E2E test Remix with Vitest and Puppeteer by sergiodxa

Vitest is a testing framework, similar to Jest, but way faster, built on top of Vite, which uses esbuil...

others / sergiodxa.com2022-01-11

Use Remix with socket.io by sergiodxa

If you want to add real-time capabilities to your Remix app without using an external service, the easiest way is proba...

others / sergiodxa.com2021-12-24

Validating Remix forms with Constraints API by sergiodxa

The Constraints API is a browser API that has been available since the times of IE10, yep, that old....

others / sergiodxa.com2021-12-24

The useMatches hook in Remix by sergiodxa

If you use Remix, there's a hook that you can use called useMatches, this hook is a way to access some internal d...