Remix Guide

Menu
  • Official
    64
  • Tutorials
    245
  • Packages
    58
  • Events
    12
  • Showcase
    91
  • Templates
    43
  • Examples
    74
  • Opinions
    67
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
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.

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.

New Hot Top
others2022-03-25

SSR Date Formatting in Remix using the User's Locale

donavon.com
Tutorials

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

cover

Published on donavon.com

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