diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-11-15 17:09:13 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-15 17:26:17 +0100 |
| commit | 36baf3e5725aeae00d81d3a082b3c04074e09f8e (patch) | |
| tree | 34069dc40f7cd45707e8cea0a8993e94841af778 /src/utils/hooks/use-on-route-change/index.ts | |
| parent | c826ad66df066b90b09009f2f4b83b56d018436e (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.ts | 1 |
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'; |
