Remix Guide

Menu
  • Official
    110
  • Tutorials
    395
  • 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.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.

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.

New Hot Top
others2022-11-30

Remix route helpers: A better way to use parent data

www.wking.dev
Tutorials

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

cover

Published on www.wking.dev

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