Skip to content

Instantly share code, notes, and snippets.

@fnimick
fnimick / README.md
Last active April 15, 2022 22:00 — forked from itsMapleLeaf/README.md
Typed remix helpers

Typed helpers for low-boilerplate type inference with Remix data.

  • I suffix them with *Typed so I don't accidentally import the core remix helpers.
  • This doesn't support regular Response objects to prevent accidentally using them with the typed helpers.