handle

handle

导出 handle 允许您使用 useMatches 钩子创建应用程序约定。您可以在其上放置任何您想要的值

export const handle = {
  its: "all yours",
};

这几乎总是与 useMatches 结合使用。要查看您可以使用它执行哪些操作,请参阅 useMatches 以获取更多信息。

其他资源

文档和示例根据以下许可证授权 MIT