Remix Guide

Menu
  • Official
    109
  • Tutorials
    394
  • Packages
    80
  • Events
    20
  • Showcase
    99
  • Templates
    58
  • Examples
    106
  • Opinions
    118
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Published on donavon.com
others / donavon.com2023-01-20

Never Trust the Client: Architecting a Resilient API

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

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.

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.

New Hot Top
others2022-03-29

Adding ETag Support to Remix

donavon.com
Tutorialsremix-etag

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.

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.com2023-01-20

Never Trust the Client: Architecting a Resilient API

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