use-path

Minimal React navigation

Usage no npm install needed!

<script type="module">
  import usePath from 'https://cdn.skypack.dev/use-path';
</script>

README

use-path

import {useLocation, usePath, navigate} from 'use-location';

// in react component
useLocation(); // /users/1
usePath(); // ['users', '1']

// anywhere
navigate('/about'); // changes location and notifies hooks