@designerstrust/remix-utils
Version:
This package contains simple utility functions to use with [Remix.run](https://remix.run).
15 lines (14 loc) • 558 B
TypeScript
export * from "./react/cache-assets";
export * from "./react/client-only";
export * from "./react/csrf";
export * from "./react/dynamic-links";
export * from "./react/external-scripts";
export * from "./react/matches-type";
export * from "./react/structured-data";
export * from "./react/use-data-refresh";
export * from "./react/use-event-source";
export * from "./react/use-global-pending-state";
export * from "./react/use-hydrated";
export * from "./react/use-locales";
export * from "./react/use-route-data";
export * from "./react/use-should-hydrate";