goodrouter

a good router

Usage no npm install needed!

<script type="module">
  import goodrouter from 'https://cdn.skypack.dev/goodrouter';
</script>

README

GoodRouter, TypeScript edition

A good router should:

  • work in a server or a client (or any other) environment
  • be able to contruct routes based on their name
  • should have a simple API!
  • not do the actual navigation!
  • be framework agnostic
  • be very minimal and simple!