Remix Guide

Menu
  • Official
    109
  • Tutorials
    394
  • Packages
    80
  • Events
    20
  • Showcase
    99
  • Templates
    58
  • Examples
    106
  • Opinions
    118
  • Docs
  • GitHub
  • Discord
  • Meetup
  • RSS
Category
Platform
Integration
others2023-05-10

Using symbols to create type safe Remix handles without duck typing

www.wking.dev
Tutorials

Safely type your handle data in Remix without needing to resort to duck typing with Symbols.

cover

Published on www.wking.dev

others / www.wking.dev2022-11-30

Remix route helpers: A better way to use parent data

A pattern that will fix concerns with fragile implementation of useMatches when using parent data in Remix.

others / www.wking.dev2023-01-26

How to create one form with many actions in Remix

Here is an easy method for building forms with multiple outcomes using a not well known html feature.