Remix-Forge icon indicating copy to clipboard operation
Remix-Forge copied to clipboard

Is there any appetite to support yesmeck/remix-routes?

Open grunklejp opened this issue 1 year ago • 1 comments

Background: remix-routes package codegens you a typesafe method $path that you can use for typesafe routing. In addition to this you can give your route typesafe search params by exporting a SearchParams type.

A couple of awesome things this could enable:

  1. trigger a route:build script directly from the SearchParams object in the route file.
  2. Add the the search params type to the list of options to generate for the route.

grunklejp avatar Mar 11 '24 17:03 grunklejp

this would be pretty cool to add but I haven't really looked into the package deeply, I would welcome a contribution, otherwise I'll try to get to it, but no promises

AlemTuzlak avatar May 27 '24 18:05 AlemTuzlak