refine icon indicating copy to clipboard operation
refine copied to clipboard

[FEAT] Catch All / Splat routing for refine in `nextjs` and `remix`

Open aliemir opened this issue 3 years ago • 0 comments

Due to some missing transformations in useParams hooks of @pankod/refine-nextjs-router and @pankod/refine-remix-router, users need to create multiple files in the pages or routes directories to render refine components.

We need to update those to support something like [[...refine]].tsx in nextjs and $.tsx in remix.

aliemir avatar Sep 20 '22 14:09 aliemir