refine
refine copied to clipboard
[FEAT] Catch All / Splat routing for refine in `nextjs` and `remix`
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.