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 www.wking.dev
others / www.wking.dev2023-05-10

Using symbols to create type safe Remix handles without duck typing

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

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.

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.

New Hot Top
others2023-01-26

How to create one form with many actions in Remix

www.wking.dev
Tutorials

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

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-05-10

Using symbols to create type safe Remix handles without duck typing

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