aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-on-route-change/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-15 17:09:13 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-15 17:26:17 +0100
commit36baf3e5725aeae00d81d3a082b3c04074e09f8e (patch)
tree34069dc40f7cd45707e8cea0a8993e94841af778 /src/utils/hooks/use-on-route-change/index.ts
parentc826ad66df066b90b09009f2f4b83b56d018436e (diff)
refactor(hooks): replace useRouteChange with useOnRouteChange hook
* handle both event start and event complete * clean the effect * add tests
Diffstat (limited to 'src/utils/hooks/use-on-route-change/index.ts')
-rw-r--r--src/utils/hooks/use-on-route-change/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/hooks/use-on-route-change/index.ts b/src/utils/hooks/use-on-route-change/index.ts
new file mode 100644
index 0000000..d7f54c8
--- /dev/null
+++ b/src/utils/hooks/use-on-route-change/index.ts
@@ -0,0 +1 @@
+export * from './use-on-route-change';