UNPKG

next-batch-router

Version:

An alternative to next/router that batches push and replace calls. It allows for multiple pushes without overwriting each other.

4 lines (3 loc) 204 B
export { BatchRouterProvider, useBatchRouter } from "./BatchRouterContext"; export { BatchRouterCore } from "./BatchRouterCore"; export type { BatchRouter, BatchRouterTypes } from "./BatchRouterCore";