SSR Date Formatting in Remix using the User's Locale
PublishedReading time: 5 minutesHow I achieved consistent date formatting in Remix on both client side and server side rendered React using a LocaleProvider and Intl.DateTimeFormat.
Intro to React Hooks
UpdatedOriginally publishedReading time: 10 minutesReact Hooks are live in production. Learn what you need to know to get started using and testing them today.